Generates alternative Advent of Code leaderboards.
Install the latest versions of Node.JS and modern Yarn first, then, let it install dependencies.
yarn
Develop and watch for local changes
yarn start
Create a production build
yarn build
Test, lint and format your code before commits
yarn test
yarn lint
yarn format