Configure the application by editing the config.js file with your own options.
-
Make sure Node.JS is installed
-
Type
npm install
to install dependencies -
Type
npm start
to run
-
Make sure Docker is installed
-
Type
npm run docker-build
-
Type
npm run docker
to run container -
Type
npm run stop
to stop container -
Type
npm run log
to view container logs