The AngularJS web control panel for an open source, web-based 3D printer management system with environment monitoring capabilities.
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.
If you have not done so already, install both Vagrant and VirtualBox.
Clone this repo:
git clone [email protected]:StratusPrint/WebControlPanel.git
Start the virtual machine:
vagrant up
SSH in to the virtual machine:
vagrant ssh
Fetch and build the project dependencies:
cd /vagrant
npm install
bower install
grunt clean default
Access the the server locally at http://localhost:8080/