Kiosk
Kiosk is a simple node app for asking questions at event entrances for TEDxPurdueU events.
Setup and Installation
git clone
the 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
pm2
for deployment at the moment. Usenpm install -g pm2
to get PM2 andpm2 start main.js --name "kiosk"
to start the app as a daemon.
Build
Kiosk uses Gulp
as our build tool. Run gulp
(the default task) to compile all the necessary assets for production.