Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pooltogether/pods-frontend

PoolTogether Pods frontend code
https://github.com/pooltogether/pods-frontend

Last synced: about 2 months ago
JSON representation

PoolTogether Pods frontend code

Awesome Lists containing this project

README

        

# PoolTogether Pod Frontend

This is a free, open source PoolTogether Pods frontend.

# Setup

Install dependencies:

```sh
$ yarn
```

Copy over env vars and allow [direnv](https://direnv.net/):

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

Start localhost:

```sh
$ yarn dev
```