-
Install Node and npm (preferably with nvm)
-
Install dependencies:
npm i
- Add
.env
file usingsample.env
template:
AOC_COOKIE=<cookieGoesHere>
You can get the cookie by authorizing within Advent of Code, and then grabbing the cookie that's sent with your request (for instance, for an input):
Run daily files with node:
node 2021/calendar/day-01/index.js
Tests are run using each day's provided examples.
npm run test