OpenAQ Python SDK Documentation Site
June 19, 2026 ยท View on GitHub
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.
Prerequisites
Ensure you have Node.js 26.x.x installed.
Project dependencies are managed with pnpm.
Quick start
Install the dependencies
pnpm install
Run the development server, which defaults to http://localhost:4321.
pnpm run dev