Home
Softono
AoC

AoC

Open source Python
20
Stars
0
Forks
1
Issues
1
Watchers
1 year
Last Commit

About AoC

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

Platforms

Web Self-hosted

Languages

Python

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.