Portal
Install yarn https://yarnpkg.com/en/docs/install
Run yarn to install the dependencies
yarn
Javascript modules are in src/Modules/
which compiles to dist/app.js
yarn dev
yarn production
To deveop with live browser reloading you need to setup yorkdevelopers.yorkdayofcode.test
to serve to your site (this is where browsersync proxies to). Then run:
yarn watch