Code for the latest PoolTogether landing site.
Install dependencies:
$ yarn
Make sure you have direnv
installed and copy .envrc.example
to .envrc
:
$ cp .envrc.example .envrc
Fill in your own values for .envrc
, then run:
$ direnv allow
To run the local server, run:
$ yarn dev