Nimi app codebase.
Clone
git clone https://github.com/nimi-app/nimi-frontend
cd nimi-frontendInstall dependencies
npm iSome components, like contract factories and types and GrapQL queries must be generated using:
npm run contracts:codegen
npm run graphql:codegenTo start the app:
npm run start