Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/blu3r4y/more-aoc-leaderboards

Generates alternative Advent of Code leaderboards
https://github.com/blu3r4y/more-aoc-leaderboards

advent-of-code aoc leaderboards

Last synced: about 1 month ago
JSON representation

Generates alternative Advent of Code leaderboards

Awesome Lists containing this project

README

        

# 🎄 More AoC Leaderboards

Generates alternative Advent of Code leaderboards.

## Development

Install the latest versions of [Node.JS](https://nodejs.org/) and [modern Yarn](https://yarnpkg.com/getting-started/install) 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