OpenAQ.org is a web application for presenting information about the OpenAQ organization.
OpenAQ.org is built with Astro, optimized for building fast, content-driven websites..
Stylelint is used for linting SCSS. PurgeCSS is used to removed unused CSS.
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 build