From ef6826edabcf0eac041a301efb6cb6dd9f3494c5 Mon Sep 17 00:00:00 2001 From: Kuba Orlik Date: Sat, 11 Oct 2025 13:16:26 +0200 Subject: [PATCH] Update deps and README --- README.md | 10 +++++++++- http_server/code/package-lock.json | 5 ++--- http_server/code/package.json | 2 +- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 029f94b..0b93c19 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,15 @@ user-friendly way. ## 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. diff --git a/http_server/code/package-lock.json b/http_server/code/package-lock.json index ad30725..480234c 100644 --- a/http_server/code/package-lock.json +++ b/http_server/code/package-lock.json @@ -8,7 +8,7 @@ "@types/har-format": "^1.2.16", "express": "^4.18.2", "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", "multer": "^2.0.2", "preact": "^10.18.1", @@ -1010,8 +1010,7 @@ "node_modules/har-analyzer": { "name": "module-starter", "version": "0.0.1", - "resolved": "git+ssh://git@hub.sealcode.org/diffusion/171/har-parser.git#ac4ead15060f0554407ac921f62a7bacd08cfb97", - "license": "ISC", + "resolved": "git+https://hub.sealcode.org/diffusion/171/har-analyzer.git#c8bf1ea1167554b7c206fa77ec60086440b6fddc", "dependencies": { "@smithy/util-hex-encoding": "^4.0.0", "@types/har-format": "^1.2.16", diff --git a/http_server/code/package.json b/http_server/code/package.json index 6529d3f..1b0de63 100644 --- a/http_server/code/package.json +++ b/http_server/code/package.json @@ -12,7 +12,7 @@ "socket.io": "^4.8.1", "socket.io-client": "^4.8.1", "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": { "esbuild": "^0.19.5"