Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pooltogether/pooltogether-landing-site
https://github.com/pooltogether/pooltogether-landing-site
Last synced: about 2 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 (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-21T14:08:39.000Z (almost 3 years ago)
- Last Synced: 2024-04-23T21:42:37.855Z (9 months ago)
- Language: JavaScript
- Size: 12.7 MB
- Stars: 5
- Watchers: 2
- 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
```