Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 855 Bytes

README.md

File metadata and controls

33 lines (26 loc) · 855 Bytes

WebControlPanel

Commits pushed to the master branch are automatically deployed to https://stratusprint.com.

Commits pushed to the dev branch are automatically deployed to https://dev.stratusprint.com.

Running locally

  1. If you have not done so already, install both Vagrant and VirtualBox.

  2. Clone this repo:

    git clone git@github.com:StratusPrint/WebControlPanel.git
  3. Start the virtual machine:

    vagrant up
  4. SSH in to the virtual machine:

    vagrant ssh
  5. Fetch and build the project dependencies:

    cd /vagrant
    npm install
    bower install
    grunt clean default
  6. Access the the server locally at http://localhost:8080/