### install and run development build

```
yarn
yarn run dev
```

If you experience node version compliation problems try the following:

```
yarn cache clean
yarn run rebuild
```

And then try `yarn run dev` again.