$ npm ci
$ npm start
This way will run the application in the background.
$ npm ci
$ npm run start:pm2
Note: To run this service automatically after system reboot, use this command (Maybe you need to install PM2 globally npm i -g pm2)
$ pm2 startup systemd
$ pm2 save
Docker should be installed.
$ docker run -d --name capitole-automated-checkin -p 4004:4004 --env-file .env aletid5/capitole-automated-checkin
Notes: Will run the server in detached mode