mirror of
https://github.com/Pandipipas/scoreko-dev.git
synced 2026-06-05 19:22:07 +00:00
7a5c1ec637
Standardize local and CI workflows on pnpm 11.0.8, replace npm commands in docs/config, and swap lockfiles for reproducible installs. Co-authored-by: Cursor <cursoragent@cursor.com>
27 lines
599 B
Markdown
27 lines
599 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
|
|
|
|
- `pnpm run autofix`: automatically fixes lint errors.
|
|
- `pnpm run build`: builds dashboard/graphics and extension.
|
|
- `pnpm run lint`: validates project linting.
|
|
- `pnpm run schema-types`: generates types from schemas.
|
|
- `pnpm run start`: starts NodeCG.
|
|
- `pnpm run watch`: development mode with watch.
|
|
|
|
## Version
|
|
|
|
Initial project version: `0.1.0`.
|