Skip to content

rejment/tacton-aoc-web

Repository files navigation

Tacton AoC Web

https://tacton-aoc-web.vercel.app/

Instructions

You will need a session variable from the AoC website.

git clone https://github.com/tacton/tacton-aoc-web
cd tacton-aoc-web
echo AOC_SESSION={YOUR_SESSION_ID_HERE} > .env
npm install
npm run dev