Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 464 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 464 Bytes

🎄 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