Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

chxru/broadcast_leaderboard

Repository files navigation

Broadcast Leaderboard

Dead simple leaderboard which need two tabs to work.
/ for leaderboard and /#/config to update score.

Communicates between tabs using BroadcastChannel

How to use

  1. Clone this repo
  2. Make sure you have Node.js installed
  3. Run npm install or yarn to install dependencies
  4. Build the project using npm run build or yarn build
  5. Upload the dist folder to your server