ethernautdao / evm-runners-web

Web app for the evm-runners game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Web app for the evm-runners game

License:MIT License


Languages

Language:TypeScript 84.3%Language:CSS 15.0%Language:HTML 0.6%Language:JavaScript 0.2%