Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 749 Bytes

File metadata and controls

32 lines (20 loc) · 749 Bytes

OpenAQ Python SDK Documentation Site

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