ControlPanel

The AngularJS web control panel for an open source, web-based 3D printer management system with environment monitoring capabilities.

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 [email protected]: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/