WNCG Staking Frontend

Requisition

  • TypeScript v4.x
  • Node v16.15.1 (recommend to use LTS version)

Run dev server

First, create a .env.local file and copy & paste environment variables listed in .env.local.sample.

Then run the development server:

npm run dev
# or
yarn dev

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

Build

npm run build
# or
yarn build