Home repo for my solutions and an editor and bench tool for supercharging Advent of Code!
Also includes a notification daemon for daily AoC challenge notifications during Dec 1-25!
- Open the app
- You will notice it fails to fetch data or generate benchmarks for your code. You will have to run the backend yourself.
- Get a Gemini API key. Set it as an environment variable:
set API_KEY=YOUR_KEY
orexport API_KEY=YOUR_KEY
- You will need bun/npm:
bun i
bun run dev
That's it! Now just refresh the app.