## vector-job-rules

### 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
nvm use
yarn --frozen-lockfile # install all dependencies
yarn start:main # start dev server
```

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