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
Build new UI features from Figma designs (phases 1-2: Plan, Code).
/ui-develop <Figma URL or description>
/ui-i18n [feature-name]
Run QA pipeline for UI features (phases 4-6: Preview, Review, Fix). Auto-detects the most recent feature if not specified.
/ui-qa [feature-name]
