Official monorepo for the Venus protocol frontend apps.
yarn
yarn start --filter=@venusprotocol/evm
yarn start --filter=@venusprotocol/landing
Run tests
yarn test
Check Typescript code
yarn tsc
Lint code
yarn lint
Format code
yarn format
Generate production builds
yarn build