Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 643 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 643 Bytes

CUCaTS Advent of Code 2024

This is a spinoff of Advent of Code, a popular challenge where participants solve 25 pairs of problems in December. Our version had 19 problems in 2024.

Building

This is a Next.js project bootstrapped with create-next-app.

First, install the dependencies:

npm install --force

Then get the .env file from anyone who has it, and run the development server:

npm run dev

Open http://localhost:3000 to view the app.