Skip to content

Latest commit

 

History

History
executable file
·
34 lines (28 loc) · 549 Bytes

README.md

File metadata and controls

executable file
·
34 lines (28 loc) · 549 Bytes

DanceSafe Kiosk

A kiosk for DanceSafe harmreduction information

Get Started

  • 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

Creating New Tables

  node server/create-lb-tables.js

Scripts

  • npm run clean: Removes the bundled files.