The official website and codebase for Hack Club APS — a student-led coding club focused on building, learning, and shipping cool things.
Think less theory, more shipping.
👉 https://hackclubaps.vercel.app
Hack Club APS is a local chapter of Hack Club, a global community of high school hackers.
We build projects, host workshops, run events, and learn by doing.
This repo powers our club website — events, updates, and everything public-facing.
Minimal stack. Maximum speed.
/ HackClubAPS
├─ src/
│ ├─ components/ # Reusable UI components
│ ├─ pages/ # Routes & pages
│ ├─ layouts/ # Page layouts
│ └─ data/ # JSON-based content
├─ public/ # Static assets
└─ astro.config.mjsClone the repo:
git clone https://github.com/Hack-Club-APS/hackclubaps.git
cd hackclubapsInstall dependencies:
npm installRun locally:
npm run devOpen http://localhost:4321 in your browser.
Refer to CONTRIBUTING guide
- New pages (events, gallery, blog)
- UI/UX improvements
- Performance optimizations
- Accessibility fixes
- Content updates
If it makes the site better, ship it.
Hack Club is a nonprofit global network of high school coding clubs. Learn more at https://hackclub.com
MIT License. Build freely. Learn loudly.
