Live site is here
Install dependencies with npm install or yarn. Also install the dependencies under the client folder using the same commands
npm run compile
yarn compile
npm run test
yarn test
Navigate to client folder and use the following command:
npm start
yarn start