It's server located in this repository.
Clone the project.
Install dependencies:
yarn
Run the codegen to generate Typescript types from GraphQL (this step requires the server to be cloned under the same repo and its folder to be with it's default name):
yarn codegen
Run tests to make sure everything is ok:
yarn test
Start the client:
yarn start