# Your MWA

## Prerequisites

1. [Node.js LTS](https://github.com/nodejs/Release)
    * [Automatically call nvm use](https://github.com/nvm-sh/nvm#deeper-shell-integration)

## Get Started

按开发环境的要求，运行和调试项目

```
pnpm run dev
```

继续创建更多项目要素，比如应用入口

```
pnpm run new
```

其他

```
pnpm run build        # 按产品环境的要求，构建项目
pnpm run start        # 按产品环境的要求，运行项目
```
