https://github.com/sinedied/leadshow
Simple realtime leaderboard server for demo/show purposes
https://github.com/sinedied/leadshow
Last synced: 4 months ago
JSON representation
Simple realtime leaderboard server for demo/show purposes
- Host: GitHub
- URL: https://github.com/sinedied/leadshow
- Owner: sinedied
- License: mit
- Created: 2019-10-15T14:18:25.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T10:33:14.000Z (almost 3 years ago)
- Last Synced: 2025-06-22T19:07:43.307Z (4 months ago)
- Language: JavaScript
- Size: 877 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🌟 leadshow
> Simple realtime leaderboard server for demo/show purposes
## Running the server
1. Make sure you have [NodeJS](https://nodejs.org/) and [npm](https://www.npmjs.com/) installed.
2. Install your dependencies
```sh
install
```3. Start the app
```sh
npm start
```The leadboard display is available at `http://localhost:3030`.