Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 618 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 618 Bytes

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.