Follow these steps to have the application working on your local machine.
Follow the standard Github workflow.
To setup pre commit Git hook, just simply $ ln -s ../../scripts/pre-commit .git/hooks/pre-commit
.
yarn install
yarn run serve
yarn run build
yarn run lint