Skip to content

HumbleDAO/ncs-app

Repository files navigation

No Cost Subscription

Setup

Install dependencies:

cd ncs-app
yarn install

Run

Start Hardhat chain:

yarn chain

In second terminal, start nuxt app (frontend):

yarn dev

In a third terminal, deploy contracts:

yarn deply