Skip to content

aWizardeth/love.game

 
 

Repository files navigation

LOVE.GAME

Running Locally

Setup Environment

Open .env.example & set variables, rename to .env

NEXT_PUBLIC_JSON_RPC_URL=
MONGOO_URL=
  • Acquire JSON RPC URL via an Ethereum Node provider
  • User local Mongo DB URL for testing

Run Dev Server

yarn
yarn dev

on win use yarn add cross-env

See our contribution guidelines if you wish to contribute!!!

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 95.9%
  • CSS 3.4%
  • Other 0.7%