Skip to content
/ AoC Public

Editor, bench tool and a daily notifier for supercharging Advent of Code!

Notifications You must be signed in to change notification settings

tomlin7/AoC

Repository files navigation

Advent of Code

advent-of-code cross-platform-download

Home repo for my solutions and an editor and bench tool for supercharging Advent of Code!

app

Also includes a notification daemon for daily AoC challenge notifications during Dec 1-25!

notifier

Getting Started

  1. Open the app
  2. You will notice it fails to fetch data or generate benchmarks for your code. You will have to run the backend yourself.
  3. Get a Gemini API key. Set it as an environment variable: set API_KEY=YOUR_KEY or export API_KEY=YOUR_KEY
  4. You will need bun/npm:
bun i
bun run dev

That's it! Now just refresh the app.