Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 539 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 539 Bytes

PoolTogether V4 UI

The user interface for interacting with V4 of the PoolTogether prize-savings protocol.

💾   Installation

Install dependencies:

$ yarn

Make sure you have direnv installed and copy .envrc.example to .envrc:

$ cp .envrc.example .envrc

Fill in your own values for .envrc, then run:

$ direnv allow

To run the local server, run:

$ yarn dev

Developer Tools