https://github.com/pooltogether/pods-frontend
PoolTogether Pods frontend code
https://github.com/pooltogether/pods-frontend
Last synced: 11 months ago
JSON representation
PoolTogether Pods frontend code
- Host: GitHub
- URL: https://github.com/pooltogether/pods-frontend
- Owner: pooltogether
- License: mit
- Created: 2020-01-30T01:32:37.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T01:15:26.000Z (over 3 years ago)
- Last Synced: 2025-05-04T15:40:31.767Z (about 1 year ago)
- Language: JavaScript
- Size: 1.6 MB
- Stars: 7
- Watchers: 1
- Forks: 6
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```