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

https://github.com/evertras/live-leaderboards

Live leaderboards for golf with friends.
https://github.com/evertras/live-leaderboards

Last synced: 10 months ago
JSON representation

Live leaderboards for golf with friends.

Awesome Lists containing this project

README

          

# live-leaderboards

[Deployed here](https://leaderboard.evertras.com)

## Running it

To run locally, you need to run both the API and the actual site.

```bash
# In one terminal
make dev-api

# In another terminal
make dev-site
```