Skip to content

blu3r4y/more-aoc-leaderboards

Repository files navigation

🎄 More AoC Leaderboards

Generates alternative Advent of Code leaderboards.

Development

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