The web app for the EVM Runners game. You can get instructions on how to install the game and see the different leaderboards.
It is live here.
- Create
env
and then provide a valid auth token. Must be admin to access leadearboard data.
$ cp .env.example .env
- Install dependencies
$ npm install
- Run as dev
$ npm run dev
- Open
http://localhost:3000
Tests were implemented using cypress
and can be ran using npm test
.