Update deps and README
This commit is contained in:
parent
77a459d64f
commit
ef6826edab
10
README.md
10
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.
|
||||
|
||||
|
||||
5
http_server/code/package-lock.json
generated
5
http_server/code/package-lock.json
generated
@ -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",
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user