Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.67 KB

File metadata and controls

36 lines (23 loc) · 1.67 KB

Pyre Logo

Pyre Documentation

Introduction

Welcome to the Pyre documentation. This guide will help you understand how to use and contribute to the Pyre project.

Commands

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

Internationalization (i18n) Support

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.

Contributing to Documentation

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.

License

This project is licensed under the MIT License. See the LICENSE file for more details.