Official monorepo for the Venus protocol frontend apps.
Yarn version is pinned via Corepack. Enable it once on your machine:
corepack enable
Then install:
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
Launch the interactive AI client:
yarn aiUse /login to connect an LLM provider and Ctrl+L to select a model. The client automatically
loads the skills defined in skills/; run one with /skill:<skill-name>. Use Ctrl+O to collapse
or expand tool output.
For example:
/skill:sync-translations
Runs translation extraction, fills entries marked TRANSLATION NEEDED from the English source, and
updates other locales when English copy changed on the current branch.
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]
