This repo contains the client code for Konsensus.
A bootstrap script is found in client/script/bootstrap. This will install the required dependencies for this app:
./client/script/bootstrap
After installing all the dependencies, you can run the following command inside the client folder to run the client locally:
npm run start