Dead simple leaderboard which need two tabs to work.
/
for leaderboard and /#/config
to update score.
Communicates between tabs using BroadcastChannel
- Clone this repo
- Make sure you have Node.js installed
- Run
npm install
oryarn
to install dependencies - Build the project using
npm run build
oryarn build
- Upload the
dist
folder to your server