Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pooltogether/pods-frontend
- Owner: pooltogether
- License: mit
- Created: 2020-01-30T01:32:37.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T01:15:26.000Z (almost 2 years ago)
- Last Synced: 2024-04-23T21:42:36.790Z (9 months ago)
- Language: JavaScript
- Size: 1.6 MB
- Stars: 7
- Watchers: 2
- 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
```