From 301470b3be3c16457bd14f17b5e4b0c8aa24510e Mon Sep 17 00:00:00 2001 From: amados18 <125756395+amados18@users.noreply.github.com> Date: Sun, 5 Mar 2023 18:22:42 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bf85898..6d5aa10 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ After using [CyberChef](https://gchq.github.io/CyberChef/) to experiment and fin ## Installing - Clone the repository - `cd` into the project and run `npm install` -- Run `npm run` +- Run `npm install` - In a browser, navigate to `localhost:3000` to see usage documentation. From f2f91d925f59c863cdefec25d34c461fcc6d497a Mon Sep 17 00:00:00 2001 From: amados18 <125756395+amados18@users.noreply.github.com> Date: Sun, 5 Mar 2023 18:23:30 +0200 Subject: [PATCH 2/2] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b782940..c7d1125 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ ], "scripts": { "nodemon": "nodemon", - "start": "DEBUG=cyberchef-server:server node -r esm ./bin/www", + "start": "set DEBUG=cyberchef-server:server & node -r esm ./bin/www", "test": "mocha -r esm", "prod": "NODE_ENV=production node -r esm ./bin/www", "lint": "./node_modules/.bin/eslint --fix .",