Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 615 Bytes

File metadata and controls

32 lines (21 loc) · 615 Bytes

ParaX Test Environment

Install dependencies

pnpm install

Start server

Support start server with different environment

pnpm start

If you don't want enable eslint check when developing, use following command

DISABLE_ESLINT_PLUGIN=true pnpm start:dev

Test && Lint

Before you push the changes, please run the following command to make sure you don't break anything.

pnpm test
pnpm lint

Then open http://localhost:8000/ to see the app. Please note that for the front end to load properly, you will need to run a local blockchain.