Clean Astro starter for the AWS User Group Bandung website.
This branch intentionally removes the copied Jakarta-era pages, content, statistics, subscriptions, and sponsorship modules. The project now starts from a small foundation that can be shaped around Bandung-specific needs.
- Astro 6
- Tailwind CSS 4
- TypeScript
- Bun
src/
components/
Header.astro
Footer.astro
layouts/
Layout.astro
lib/
navigation.ts
pages/
index.astro
styles/
global.cssUse Bun from the project root:
bun install
bun dev
bun run build
bun previewAstro 6 requires Node.js 22 or newer.
Add one feature at a time:
- Events: introduce an
eventscontent collection and/eventsroutes. - Blog: introduce a
blogcontent collection and/blogroutes. - Community integrations: add APIs only when the target service and owner are clear.