Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 611 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 611 Bytes

kinoapi-frontend

Webapp to control cinema tech:

  • start/pause the projector
  • control the volume
  • turn on/off lights
  • open/close curtain

Build Status

Building

Download dependencies:

$ npm install

Start dev server on http://localhost:8080/ and automatically build on save:

$ npm start

Build production (minified):

$ npm run build

Expose the running dev server on a random ngrok.io subdomain with https support:

$ npm run ngrok