Note: Please use
yarn
to install dependencies, do not usenpm
.If
yarn
is not installed locally, usenpm install yarn -g
to install.Development
```bash
Install dependencies
yarn install
yarn run dev
## Distribution
bash
yarn run build:sit-preview
yarn run build:prod ```