A code golf community leaderboard for adventofcode.com, with a focus on code size.
Access the production site at golfcoder.org.
Inspired by SebLague's chess coding challenge and it's community leaderboard.
This project is not affiliated with adventofcode.com.
- Install mongodb, at least version 4.0, see https://www.mongodb.com/docs/manual/administration/install-community/
- Clone the repo, open it in IntelliJ, run the
Server
run configuration, and navigate to http://localhost:8030 - Create a random user locally by clicking "Create random user (local only)" in the menu
The site is hosted on Scalingo, and is automatically deployed from the main
branch.