Skip to content

Latest commit

 

History

History
59 lines (39 loc) · 661 Bytes

README.md

File metadata and controls

59 lines (39 loc) · 661 Bytes

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