Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/blu3r4y/more-aoc-leaderboards
- Owner: blu3r4y
- License: mit
- Created: 2021-12-30T11:46:46.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-04T10:09:12.000Z (about 2 months ago)
- Last Synced: 2024-12-04T11:20:32.879Z (about 2 months ago)
- Topics: advent-of-code, aoc, leaderboards
- Language: TypeScript
- Homepage: https://blu3r4y.github.io/more-aoc-leaderboards/
- Size: 4.35 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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