Update docs to require Node.js 24.14.0+

This commit is contained in:
Pandipipas
2026-03-03 12:26:58 +01:00
parent d289b7e0b7
commit f8ffad02cb
2 changed files with 9 additions and 4 deletions
+8 -3
View File
@@ -9,8 +9,7 @@ NodeCG bundle for producing fighting game overlays.
## Requirements
- Node.js 22+
- NodeCG 2.3+
- Node.js 24.14.0+
## Scripts
@@ -18,9 +17,15 @@ NodeCG bundle for producing fighting game overlays.
- `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 start`: starts NodeCG using the local dependency (`nodecg start`).
- `npm run watch`: development mode with watch.
## Usage
- `npm install`
- `npm run build`
- `npm run start` (equivalent to `npx nodecg start`)
## Version
Initial project version: `0.1.0`.