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.
- Host: GitHub
- URL: https://github.com/evertras/live-leaderboards
- Owner: Evertras
- License: gpl-3.0
- Created: 2023-08-15T13:41:06.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-23T10:44:20.000Z (over 2 years ago)
- Last Synced: 2025-03-12T17:06:12.434Z (about 1 year ago)
- Language: Go
- Homepage: https://leaderboard.evertras.com
- Size: 1.17 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```