Welcome to the Pyre documentation. This guide will help you understand how to use and contribute to the Pyre project.
All commands are run from the root of the project, from a terminal:
Command | Action |
---|---|
npm install |
Installs dependencies |
npm run dev |
Starts local dev server at localhost:4321 |
npm run build |
Build your production site to ./dist/ |
npm run preview |
Preview your build locally, before deploying |
npm run astro ... |
Run CLI commands like astro add , astro check |
npm run astro -- --help |
Get help using the Astro CLI |
Pyre supports multiple languages to cater to a global audience. You can contribute by adding translations for your language. Check the i18n
directory for existing translations and guidelines on how to add new ones.
We welcome contributions to improve our documentation. If you find any issues or have suggestions, please open an issue or submit a pull request. Make sure to follow our contribution guidelines and code of conduct.
For more details, refer to the CONTRIBUTING.md
file in the repository.
This project is licensed under the MIT License. See the LICENSE
file for more details.