yashmurty / venus-protocol-ui

Venus Protocol UI

Home Page:venus-protocol-ui.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Venus Protocol

Quick Installation & Start

npm install
npm run start

Requirements and Configuration

You’ll need to have Node 8.16.0 or Node 10.16.0 or later version on your local development machine

Creating an App

To create a new app, you may choose one of the following methods:

venus-protocol-ui
├── node_modules
├── public
├── src
├──── assets
├──── components
├──── containers
├──── core
├──── utilities
├──── index.js
├──── serviceWorker.js
├── .env
├── .gitignore
├── package.json
├── README.md

Quick Deployment

npm install
npm run build

testnet server deploy

pm2 deploy testnet

production server deploy

pm2 deploy prod

About

Venus Protocol UI

venus-protocol-ui.vercel.app

License:MIT License


Languages

Language:JavaScript 96.8%Language:HTML 2.0%Language:SCSS 1.2%