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)
# node
$ node .
- Run client side
cd client
npm start
node server/create-lb-tables.js
- npm run clean: Removes the bundled files.