mirror of
https://github.com/Pandipipas/scoreko-dev.git
synced 2026-06-06 03:32:06 +00:00
27 lines
593 B
Markdown
27 lines
593 B
Markdown
# scoreko-dev
|
|
|
|
NodeCG bundle for producing fighting game overlays.
|
|
|
|
## Project
|
|
|
|
- Repository: https://github.com/Pandipipas/scoreko-dev
|
|
- Stack: NodeCG, Vue 3, TypeScript, Quasar, and Vite.
|
|
|
|
## Requirements
|
|
|
|
- Node.js 22+
|
|
- NodeCG 2.3+
|
|
|
|
## Scripts
|
|
|
|
- `npm run autofix`: automatically fixes lint errors.
|
|
- `npm run build`: builds dashboard/graphics and extension.
|
|
- `npm run lint`: validates project linting.
|
|
- `npm run schema-types`: generates types from schemas.
|
|
- `npm run start`: starts NodeCG.
|
|
- `npm run watch`: development mode with watch.
|
|
|
|
## Version
|
|
|
|
Initial project version: `0.1.0`.
|