A comprehensive reference documentation site for different country/administration air quality index scales.
This site built using the Astro.
Contributions are welcome! See the CONTRIBUTING.md guide for more information.
The source code for the repository is licensed under an MIT license, found at LICENSE.
All content (markdown files) in the docs directory is licensed CC BY-SA 4.0, found at LICENSE-content.
The application requires Node 20 for building and development.
Install dependencies with:
npm installTo run a local development version run:
npm run devTo generate a static production build, run:
npm run buildESLint is used for code linting, see eslint.config.js for specifcs. Prettier is used for code style and formatting, see the .prettierrc file for specifics.
