This is the tool used by the VUW NIARC robotics team to configure instruction sets.
You will need the following things properly installed on your computer.
- Git for version control
- Node.js (with NPM) to run Ember CLI and install packages
- Bower to install client-side packages
- Ember CLI
- PhantomJS to run tests
git clone <repository-url>
this repository- change into the new directory
npm install
bower install
ember server
- Visit your app at http://localhost:4200.
Make use of the many generators for code. Try ember help generate
for more details.
ember test
ember test --server
ember surge
but you’ll need Carl’s login details.