This is my live-coding environment and hacked-up solutions for Advent of Code 2024.
Puzzle solutions are in: /src/advent/. The rigging and HMR and so forth use solid.js
this year.
- clone repo
pnpm i
(or npm, yarn, etc)pnpm dev
- Put puzzle inputs into each day's
src/advent/day??/input.md
files, then hack on each day'ssolution.ts
and view live results atlocalhost:8080
.
Made with 🍺 by @fenomas, license is MIT.