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