## Requirements - yarn - npm ## Usage - Clone repo - cd into dir - `yarn install` ### Building - `yarn run build` ### Start local instance - `yarn run watch` for hot recompile on changes - `yarn run monitor` for hot reload on recompile ### Start normal instance - `yarn run start`