Skip to content

Latest commit

 

History

History
82 lines (54 loc) · 1.01 KB

File metadata and controls

82 lines (54 loc) · 1.01 KB

Venus Protocol Frontend

Official monorepo for the Venus protocol frontend apps.

Getting started

Install dependencies with yarn

yarn

Start a development server for the dApp

yarn start --filter=@venusprotocol/evm

Start a development server for the landing page

yarn start --filter=@venusprotocol/landing

Useful commands

Run tests

yarn test

Check Typescript code

yarn tsc

Lint code

yarn lint

Format code

yarn format

Generate production builds

yarn build

UI Development Skills

ui-develop

Build new UI features from Figma designs (phases 1-2: Plan, Code).

/ui-develop <Figma URL or description>

ui-i18n

/ui-i18n [feature-name]

ui-qa

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]