Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 620 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 620 Bytes

ChainIn - Frontend

ChainIn frontend powered by NextJS.

Installation

Clone the repository

git clone https://github.com/usechainin/chainin-dapp.git

Deployment

First install the dependencies with the following command:

npm install

Thereafter run the following command to run ChainIn locally:

npm run dev