SuperNodeStorage/setup/help.js
2022-11-29 04:41:11 +05:30

22 lines
776 B
JavaScript

let message = `
SuperNode Storage
-----------------
npm install - Install the app and node modules.
npm run help - List all commands.
npm run setup - Finish the setup (configure and reset password).
npm run configure - Configure the app.
npm run reset-password - Reset the password (for private-key).
npm start - Start the application (main).
NOTE: argument 'PASSWORD' required for 'npm start'
npm start -- -PASSWORD=<password>
(Optional) 'console.debug' is now turned off by default. pass argument '--debug' to turn it on
npm start -- -PASSWORD=<password> --debug
(Optional) Open args/gen-param.html and Download param.json to args/ directory
`;
console.log(message);