Releases: fiberplane/advent-calendar-2025
Releases · fiberplane/advent-calendar-2025
Part 1: Static Assets Blueprint
Part 1: Static Assets Blueprint
The foundation of our Advent Calendar! This release covers:
What's Included
- Cloudflare Workers setup with Static Assets binding
- Beautiful hand-drawn design (created with v0)
- CSS styling
- Modal structure (ready for interactivity)
Key Files
wrangler.jsonc- Cloudflare Workers configurationpublic/- All static assetsREADME.md- Complete documentation
Watch the Tutorial
Try It Yourself
git clone https://github.com/fiberplane/advent-calendar-2025.git
git checkout v1.0-part-1
npm install
npm run dev
Coming Next
Part 2 will add interactive JavaScript functionality!