Thank you for your interest in contributing to the aspire.dev! This guide will help you get started with local development and contributing to the project.
Please see the full Contributor guide for detailed instructions on how to contribute to aspire.dev, including guidelines for submitting issues, making pull requests, and coding standards.
We welcome translation contributions! Please see our Translation guide to learn how to help translate aspire.dev into other languages. You can check the translation status dashboard to see what needs to be translated or updated.
└───📂 frontend # Astro + Starlight documentation site
├───📂 src
│ ├───📂 components # Reusable Astro components
│ ├───📂 content
│ │ ├───📂 docs # Markdown / MDX documentation pages
│ │ └───📂 i18n # Component translation locales
│ ├───📂 data # JSON integration & metadata
│ ├───📂 styles # Global & theme CSS
│ └───📂 assets # Images, videos, media
├───📂 scripts # Build & data update scripts
└───📂 public # Static assets served as-is
- Issues: Report bugs or request features via GitHub Issues
- Discussions: Join conversations in GitHub Discussions
- Discord: Connect with the community on the Aspire Discord
By contributing to this project, you agree that your contributions will be licensed under the same license as the project. See LICENSE for details.
This project has adopted the Microsoft Open Source Code of Conduct. For more information, see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.