Files

15 lines
507 B
Markdown

# JP Editor
JPW7-compatible Web jianpu editor. The editable project format is `.jianpu.json`; `.jpwabc` is compatibility output.
## Local manual test
```bash
npm ci
npm run dev
```
The server listens on `0.0.0.0:4173` by default. Open `http://127.0.0.1:4173/` locally, or `http://<主机局域网IP>:4173/` from another device.
The public checkout intentionally excludes private research inputs and local acceptance artifacts; those are kept in the developer workspace and are covered by `.gitignore`.