Community hub website for Gas City, a fully customizable orchestration layer for AI coding agents.
Live at gascityhall.com.
npm install
npm run dev| Command | Description |
|---|---|
npm run dev |
Start dev server |
npm run build |
Typecheck + build to ./deploy/ |
npm run preview |
Preview production build locally |
npm run deploy |
Build + deploy to Cloudflare Pages |
Pushing to main automatically builds and deploys to gascityhall.com via Cloudflare Pages. Manual deploy is also available via npm run deploy.
- Astro 5 — static site generator
- Cloudflare Pages — hosting (auto-deploy on push)
- Plausible — privacy-focused analytics
All site metadata, social links, analytics config, and blog post entries live in site.config.json. To add a blog post, add an entry there.
Community project. See repository for details.