Skip to content

stakekit/dapp

Repository files navigation

This is a Next.js project bootstrapped with create-next-app.

Getting Started

Installation

Use correct node version

nvm use

Install dependencies

npm install
# or
yarn install
# or
pnpm install

Run development app

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 with your browser to see the result.

Run production app

Create production build

npm run build
# or
yarn build
# or
pnpm build

Start the app

npm run start
# or
yarn start
# or
pnpm start

Open http://localhost:3000 with your browser to see the result.