# Documentation

This page provides an overview of the project, how to get started, and pointers to the rest of the documentation.

# Getting Started

  1. Installation: Install the project dependencies.

    npm install
    
  2. Development Server: Start the local development server.

    npm run docs:dev
    
  3. View in Browser: Open your browser and navigate to http://localhost:8080/ (opens new window) to view the site.

# Where to Go Next

# Linking Between Pages

Some examples of internal links:

  • [Home](/) — links to the root README.md.
  • [Guide](/guide/) — links to guide/README.md.
  • [Frontend Guide](/guide/frontend.md) — links to a specific page.
  • [Heading anchor](./guide/#getting-started) — links to a heading on another page.