Official repository for the Venus protocol application.
Install dependencies with yarn
yarn
Start the development server
yarn start
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