Quick Start
7/9/25Less than 1 minute
Quick Start
Contribution Guidelines
When contributing this project further, you should at least follow:
- This project uses Semantic Versioning.
- This project is licensed under Apache 2.0.
Getting Started
Project Repo
Environment
Installation
In the root directory of the source code:
npm install
Predefined npm Scripts (for Unix-like env)
- Build (will delete the previous build directory)
npm run build
- Start
npm run start