spinz777/README.md

36 lines
415 B
Markdown
Raw Normal View History

2025-03-10 15:44:49 +08:00
# Unilucky 777
This project is initialized with Mario. Follow is the quick guide for how to use.
## Environment Prepare
Install `node_modules`:
```bash
npm install
```
or
```bash
yarn install
```
## Provided Scripts
Scripts provided in `package.json`. It's safe to modify or add additional script:
### Start project
```bash
npm run dev:h5
```
### Build project
```bash
npm run build:h5:all
```
## More