# Contribute

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

## Set up

Install dev deps after git clone the repo.

```bash
$ y
```

change the package.json

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

`'AccountCenter/src'` is you are going to running

run dev

```bash
$ y dev
```
