Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 402 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 402 Bytes

Nimi App

Nimi app codebase.

Development

Setup

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

Start

To start the app:

npm run start