featherquest/README.md
2025-02-03 00:09:57 +08:00

21 lines
203 B
Markdown

# 探羽之境(Feather Quest)
## Project Setup
```sh
npm install
```
### Compile and Hot-Reload for Development
```sh
npm run dev
```
### Compile and Minify for Production
```sh
npm run build
```