This folder contains the source code for the official documentation site of the OpenAQ Python SDK. The site is built using Astro and the Starlight documentation template.
Code is licensed under Apache 2.0.
Documentation content in /src/content is licensed under
CC BY-NC-SA 4.0.
Ensure you have Node.js 26.x.x installed.
Project dependencies are managed with pnpm.
Install the dependencies
pnpm installRun the development server, which defaults to http://localhost:4321.
pnpm run dev