/office-doors

Small webapp to open office doors

Primary LanguageJavaScript

office-doors

Small webapp to open office doors

How to install:

  1. Clone this repo
  2. Run npm install on root folder
  3. Run bower install on root folder
  4. Run gulp on root folder

That's it! :)

Some configs

  1. Under app/office-doors.js, at the end, you can set $rootScope.enabled to true|false.
    1. If true, it makes an AJAX call to the server, and display an animation when server answers the door has been opened.
    2. If false, it doesn't make an AJAX call, and display an animation anyways (for debugging purposes).
  2. Under app/config.js, at the very top, you can set var dev = true|false.
    1. If true, application will force absolute URLs (NOT running on the server).
    2. If false, application will use relative URLs (running on the server).