Update dependencies and enhance installation instructions in README

- Updated devDependencies in package.json:
  - Upgraded browserify to version 17.0.1
  - Upgraded concurrently to version 9.2.1
  - Upgraded typescript to version 5.9.3
  - Upgraded uglify-js to version 3.19.3
- Updated gl-matrix dependency to version 3.4.4
- Added installation instructions to README
This commit is contained in:
2026-01-31 21:00:12 +01:00
parent 7231fd7964
commit 0a7dc2f25f
3 changed files with 1621 additions and 554 deletions

View File

@@ -1,3 +1,7 @@
Projekt installieren:
```npm i```
Projekt bauen:
```npm run build```