/leaderboards

Primary LanguageCSSBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Build Status

Missing Maps Leaderboards

This repo contains the Leaderboard Page component of the Missing Maps web site that is not part of the main Jekyll build and can be tested / developed independently.

Developing

npm install
npm start

Building

npm run build

Publishing

This is automatically done by Travis CI for missingmaps.org/leaderboards.

npm run build && npm run deploy