- Installing all the dependencies of project
$ yarn or $ yarn install
- Install graphcool and deploy on ./server
$ npm install -g graphcool
$ cd server
$ graphcool deploy
- Configure the Relay Environment and deploy
You need to replace RELAY_API (.env) with your endpoint for the Relay API
$ yarn relay
- Go
$ yarn build-start