Files
RedPacketRain/extensions/app/README-EN.md
2026-03-04 11:30:40 +08:00

17 lines
167 B
Markdown
Executable File

# Project Title
The core of the framework
## Development Environment
Node.js
## Install
```bash
# Install dependent modules
npm install
# build
npm run build
```