Skip to content

Latest commit

 

History

History
90 lines (59 loc) · 1.13 KB

File metadata and controls

90 lines (59 loc) · 1.13 KB

Venus Protocol Frontend

Official monorepo for the Venus protocol frontend apps.

Getting started

Install dependencies with yarn

Yarn version is pinned via Corepack. Enable it once on your machine:

corepack enable

Then install:

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]