Files
TurnTable/extensions/app/README-EN.md
2026-05-19 11:57:58 +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
```