Go to file
Charles Bergeron 0148e805ac * working on a better layout for the nav items 2020-02-06 19:31:07 -08:00
assets * working on a better layout for the nav items 2020-02-06 19:31:07 -08:00
lib * working on a better layout for the nav items 2020-02-06 19:31:07 -08:00
pages * working on a better layout for the nav items 2020-02-06 19:31:07 -08:00
public * get this project more in line with the main frontend * have the states between signed in and signed out persist and make sense 2020-02-04 16:52:54 -08:00
.envrc.example * fix the failing build 2020-02-06 13:01:02 -08:00
.gitignore Initial commit 2020-01-29 17:32:03 -08:00
.nvmrc Initial commit 2020-01-29 17:32:03 -08:00
LICENSE Added license and readme 2020-01-29 17:37:50 -08:00
README.md Added license and readme 2020-01-29 17:37:50 -08:00
next.config.js Initial commit 2020-01-29 17:32:03 -08:00
package.json * get the estimated Dai pot 2020-02-06 12:22:14 -08:00
postcss.config.js * get this project more in line with the main frontend * have the states between signed in and signed out persist and make sense 2020-02-04 16:52:54 -08:00
tailwind.config.js * get this project more in line with the main frontend * have the states between signed in and signed out persist and make sense 2020-02-04 16:52:54 -08:00
yarn-error.log Integrated tightbeam 1.0-rc1. Now with working transaction updates! 2020-02-02 12:47:42 -06:00
yarn.lock * get the estimated Dai pot 2020-02-06 12:22:14 -08:00

README.md

PoolTogether Pod Frontend

This is a free, open source PoolTogether Pods frontend.

Setup

Install dependencies:

$ yarn

Copy over env vars and allow direnv:

$ cp .envrc.example .envrc
$ direnv allow
# edit .envrc to match your deployed contract addresses.

Start localhost:

$ yarn dev