https://github.com/pooltogether/decent-test
https://github.com/pooltogether/decent-test
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pooltogether/decent-test
- Owner: pooltogether
- License: mit
- Created: 2022-01-21T20:36:33.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-27T04:48:34.000Z (over 4 years ago)
- Last Synced: 2025-01-12T13:14:30.549Z (over 1 year ago)
- Language: TypeScript
- Size: 7.36 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PoolTogether V4 UI Decentralization Test
Interact with V4 of the PoolTogether prize-savings protocol.
# Setup
Install dependencies:
```bash
$ yarn
```
Make sure you have `direnv` installed and copy `.envrc.example` to `.envrc`:
```bash
$ cp .envrc.example .envrc
```
Fill in your own values for `.envrc`, then run:
```bash
$ direnv allow
```
To run the local server, run:
```
$ yarn dev
```
#### Developer Tools
- [Prettier](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode)