Skip to content
This repository has been archived by the owner on Aug 25, 2018. It is now read-only.

Latest commit

 

History

History

web

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Inetech Office Mover 5000 for Web

Setup

  1. Edit resources/js/helpers/utils.js and change <your-firebase> to the subdomain for your Firebase.

  2. Make sure you have node.js and bower installed.

  3. Create and configure a Google application to use for authentication.

  4. Navigate to the /web directory and run these commands:

     $ bower install
     $ npm install ## or sudo npm install
     $ gulp
    

    Gulp automatically opens Office Mover in a web browser, and reloads when it detects changes to css, js, and html.