Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 591 Bytes

File metadata and controls

39 lines (27 loc) · 591 Bytes

Quick start

  1. Clone source code
  2. Enter the project root directory
  3. Install yarn tool: npm install yarn -g
  4. Install project dependencies: yarn install
  5. Start project: yarn start

Development mode features

URL plus GET parameters to enter the development mode settings page. After logging out, all settings are automatically invalidated.

  url?dev=1

Switch language

  ?lang=en
  ?leng=zh-CN

More commands

Start local web server

  yarn start

Build command

  yarn run build

License

Apache License v2.0.