Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 358 Bytes

CONTRIBUTING.md

File metadata and controls

28 lines (19 loc) · 358 Bytes

Contribute

Notice: y is the alias for yarn, n is the alias for npm.

Set up

Install dev deps after git clone the repo.

$ y

change the package.json

"scripts": {
    "dev": "cross-env PAGES_PATH='AccountCenter/src' umi dev",
    ...
}

'AccountCenter/src' is you are going to running

run dev

$ y dev