Kiosk is a simple node app for asking questions at event entrances for TEDxPurdueU events.
git clonethe repository to the server- Install the required packages with
npm install - Compile our SCSS with
sass --update css/from the root directory (you'll need to have Sass installed) - We use
pm2for deployment at the moment. Usenpm install -g pm2to get PM2 andpm2 start main.js --name "kiosk"to start the app as a daemon.
Kiosk uses Gulp as our build tool. Run gulp (the default task) to compile all the necessary assets for production.