https://github.com/pooltogether/pooltogether-landing-site
https://github.com/pooltogether/pooltogether-landing-site
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pooltogether/pooltogether-landing-site
- Owner: pooltogether
- License: mit
- Created: 2021-02-04T00:20:58.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-03-21T14:08:39.000Z (about 4 years ago)
- Last Synced: 2025-04-25T04:03:30.230Z (about 1 year ago)
- Language: JavaScript
- Size: 12.7 MB
- Stars: 5
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## PoolTogether Landing Site - v3
Code for the latest PoolTogether landing site.
#### 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
```