Skip to content

VenusProtocol/venus-protocol-interface

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Venus Protocol Frontend

Official monorepo for the Venus protocol frontend apps.

Getting started

Install dependencies with yarn

yarn

Start a development server for the dApp

yarn start --filter=@venusprotocol/evm

Start a development server for the landing page

yarn start --filter=@venusprotocol/landing

Useful commands

Run tests

yarn test

Check Typescript code

yarn tsc

Lint code

yarn lint

Format code

yarn format

Generate production builds

yarn build