- Clone or fork this repo (use the
--recursive
flag to pull in the submodules as well) - Run
yarn run init
to download all dependences for the service and the client - Run
yarn start
to launch a local server and start the app in the browser
NOTE
You only have to run yarn run init
the first time. yarn start
can be used going forward to launch the app and start developing.