MCC homepage built with Astro and Bun, Deployed on Cloudflare Workers.
- Markdown Posts (dedicated content repository)
- Dark mode support
- Redirects from old URLs
- Workshop Materials
- Content Management System
Clone repo and install bun with mise.
mise install- Launch the development server
bun dev- Build the project
bun run build- Run format
bun format- Run type checks
bun typecheck