# Documentation
This page provides an overview of the project, how to get started, and pointers to the rest of the documentation.
# Getting Started
Installation: Install the project dependencies.
npm installDevelopment Server: Start the local development server.
npm run docs:devView in Browser: Open your browser and navigate to http://localhost:8080/ (opens new window) to view the site.
# Where to Go Next
- Guide — setup and project structure.
- Frontend Guide — frontend concepts.
- Backend Guide — backend concepts.
- JavaScript Reference — JavaScript topics from basics to advanced.
- About — about this project.
# Linking Between Pages
Some examples of internal links:
[Home](/)— links to the rootREADME.md.[Guide](/guide/)— links toguide/README.md.[Frontend Guide](/guide/frontend.md)— links to a specific page.[Heading anchor](./guide/#getting-started)— links to a heading on another page.