To run the project locally, you'll need NodeJS version 20 or newer, and pnpm installed. All commands are run from the root of the project, from a terminal:
Command | Action |
---|---|
pnpm install |
Installs dependencies |
pnpm dev |
Starts local dev server at localhost:4321 |
pnpm build |
Build your production site to ./dist/ |
pnpm preview |
Preview your build locally, before deploying |
pnpm astro ... |
Run CLI commands like astro add , astro check |
Want to learn more? Check out Starlight’s docs, or read the Astro documentation.
We welcome any contributions, see CONTRIBUTING.md for more details. Contributions are bound by the Code of Conduct
The content of this project itself is licensed under the Creative Commons CC BY-SA 4.0 license, and the underlying source code used to format and display that content is licensed under the MIT license.