/evm-runners-web

Web app for the evm-runners game

Primary LanguageTypeScriptMIT LicenseMIT

evm-runners-web

Overview

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.

Run this application yourself

  1. Create env and then provide a valid auth token. Must be admin to access leadearboard data.
$ cp .env.example .env
  1. Install dependencies
$ npm install
  1. Run as dev
$ npm run dev
  1. Open http://localhost:3000

Run tests

Tests were implemented using cypress and can be ran using npm test.