- Install the correct node version defined in the
.nvmrc
file
- If you have nvm this can be installed with
nvm install
- Install yarn
- Run
yarn
to install global dependencies - cd into
server
directory and follow the readme steps there - cd into the
client
directory and follow the readme steps there