Skip to content

Latest commit

 

History

History
51 lines (38 loc) · 943 Bytes

README.md

File metadata and controls

51 lines (38 loc) · 943 Bytes

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

Deployment

To deploy, raise a PR to update image and config at: https://github.com/VenusProtocol/venus-k8s-app

Local Development

To run dev environment:

docker compose up venus-ui-dev

To run prod environment:

docker compose build && docker compose up venus-ui-prod