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

Latest commit

 

History

History
27 lines (14 loc) · 419 Bytes

README.md

File metadata and controls

27 lines (14 loc) · 419 Bytes

buildoff

installation instructions

installation instructions

add user so you aren't running as root

adduser buildoff;

su - buildoff;

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;