Documentation site for CDS Superset. Content is managed in WordPress and retrieved via its API.
The app is built using Go and uses the GC Design System for its frontend. Hosting is done using a Lambda function with content caching provided by a CloudFront distribution.
To run locally install Go or use the devcontainer. Then, from a terminal:
cd app
cp .env.example .env # and set your values
make run