Skip to content

Instantly share code, notes, and snippets.

@toniqhz
Created June 17, 2021 03:59
Show Gist options
  • Save toniqhz/5ab4e2490ff341ccbd13de75abb04a82 to your computer and use it in GitHub Desktop.
Save toniqhz/5ab4e2490ff341ccbd13de75abb04a82 to your computer and use it in GitHub Desktop.
# reserve-dashboard
Kyber web reserve dashboard helps supervisor can monitor data change in kyber core and send configuration.
## Live deployment
kyber dashboard deployed at https://dashboard-v3.knstats.com/
## latest branch
dashboard-v3
## staging branch
staging-dashboard-v3
## Install dependencies
The dashboard is developed on `Nodejs`, we assume users have it installed in their environment. *We suggest to use Node v8.9.4*
nvm use 12
npm install
npm install node-sass
## Run in development mode
npm run start:v3
Once it is running, user can access to the dashboard by going to `http://localhost:8888`
## Build production app
npm run build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment