git clone https://github.com/wattlebird/chii-frontend.git
cd chii-frontend/packages/schema
yarn
yarn generate
cd ../app
yarn
yarn start
The above commands are the default way to connect to test bed. If one wish to test on local server, one has to comment uri: '/graphql',
in packages/app/src/index.tsx
and uncomment uri: 'http://localhost:4000/graphql',