## Frontend Contract

### Setup

Make sure your yarn and node versions are up to date:

```bash
brew upgrade node
brew upgrade yarn
```

Get the application running:

```bash
cp .env.shadow .env # initialize environment configuration
edit .env and add grass token
yarn --frozen-lockfile # install all dependencies
yarn start # start dev server
```

To see all available tasks, run `yarn run`.
