Skip to content
This repository has been archived by the owner on Mar 3, 2022. It is now read-only.

Latest commit

 

History

History
32 lines (18 loc) · 595 Bytes

README.md

File metadata and controls

32 lines (18 loc) · 595 Bytes

banano-cam

this project is a no-sound camera, where any user can tip any other user.

add the following config file before you start:

./config.json

{
  "cookieSecret": "<your secret here>",
  "hashSecret": "<your secret here>"
}

and override any parameters that are in the default config:

scripts/config.json

run the following command to start:

npm start;

to run in background, use the command:

npm run screenstart;

to stop, use the command:

npm stop;

to stop and restart, use the command:

npm run screenrestart;