Skip to content

VenusProtocol/venus-protocol-interface

Repository files navigation

Venus Protocol Frontend

Official repository for the Venus protocol application.

Getting started

Install dependencies with yarn

yarn

Start the development server

yarn start

Useful commands

Run tests

yarn test

Check Typescript code

yarn tsc

Lint code

yarn lint

Format code

yarn format

Generate production build

yarn build

Start application with production build

yarn serve