Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 .",
Expand Down