A kiosk for DanceSafe harmreduction information
- Clone this repository or use npm
$ git clone https://github.com/drakeltheryuujin/NYDanceSafe-Kiosk
- Install dependencies specified in package.json
# npm
$ npm install
- Start the server (default port is set to 3001)
# npm
$ npm start
'Enabling autostart' means to make the OS run a certain command at logon of the user who 'enabled the autostart' via a program:
autostart enable -n "DanceSafeKiosk" -p /home/me/kiosk-loopback -c "npm start"
to enable,
autostart check -n "DanceSafeKiosk"
to see if it is enabled, and:
autostart disable -n "DanceSafeKiosk"
to disable it.
- npm run clean or yarn clean: Removes the bundled files.
Enable node-autostart