Update deps and README

This commit is contained in:
Kuba Orlik 2025-10-11 13:16:26 +02:00
parent 77a459d64f
commit ef6826edab
3 changed files with 12 additions and 5 deletions

View File

@ -14,7 +14,15 @@ user-friendly way.
## COMMANDS ## COMMANDS
To get started, run `npm install` and `npm start` To get started, run:
```
cd http_server/code
npm install
cd ../../
npm install
npm start
```
If you get a time out after "Waiting for full boot..." your machine may be to slow to run the software comfortably, however, you can change the delay between screenshots in ./http_server/Dockerfile, changing "ENV screenshotDelayMs 1000" with as much time as you want to have between screenshots. The time is measured in miliseconds. If you get a time out after "Waiting for full boot..." your machine may be to slow to run the software comfortably, however, you can change the delay between screenshots in ./http_server/Dockerfile, changing "ENV screenshotDelayMs 1000" with as much time as you want to have between screenshots. The time is measured in miliseconds.

View File

@ -8,7 +8,7 @@
"@types/har-format": "^1.2.16", "@types/har-format": "^1.2.16",
"express": "^4.18.2", "express": "^4.18.2",
"express-fileupload": "^1.5.1", "express-fileupload": "^1.5.1",
"har-analyzer": "git+ssh://git@hub.sealcode.org/diffusion/171/har-parser.git#master", "har-analyzer": "git+https://hub.sealcode.org/diffusion/171/har-analyzer.git",
"htmx.org": "^1.9.12", "htmx.org": "^1.9.12",
"multer": "^2.0.2", "multer": "^2.0.2",
"preact": "^10.18.1", "preact": "^10.18.1",
@ -1010,8 +1010,7 @@
"node_modules/har-analyzer": { "node_modules/har-analyzer": {
"name": "module-starter", "name": "module-starter",
"version": "0.0.1", "version": "0.0.1",
"resolved": "git+ssh://git@hub.sealcode.org/diffusion/171/har-parser.git#ac4ead15060f0554407ac921f62a7bacd08cfb97", "resolved": "git+https://hub.sealcode.org/diffusion/171/har-analyzer.git#c8bf1ea1167554b7c206fa77ec60086440b6fddc",
"license": "ISC",
"dependencies": { "dependencies": {
"@smithy/util-hex-encoding": "^4.0.0", "@smithy/util-hex-encoding": "^4.0.0",
"@types/har-format": "^1.2.16", "@types/har-format": "^1.2.16",

View File

@ -12,7 +12,7 @@
"socket.io": "^4.8.1", "socket.io": "^4.8.1",
"socket.io-client": "^4.8.1", "socket.io-client": "^4.8.1",
"ws": "^8.18.0", "ws": "^8.18.0",
"har-analyzer": "git+ssh://git@hub.sealcode.org/diffusion/171/har-parser.git#master" "har-analyzer": "git+https://hub.sealcode.org/diffusion/171/har-analyzer.git"
}, },
"devDependencies": { "devDependencies": {
"esbuild": "^0.19.5" "esbuild": "^0.19.5"