Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 1.29 KB

README.md

File metadata and controls

47 lines (30 loc) · 1.29 KB

NIARC Map Editor

This is the tool used by the VUW NIARC robotics team to configure instruction sets.

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone <repository-url> this repository
  • change into the new directory
  • npm install
  • bower install

Running / Development

Code Generators

Make use of the many generators for code. Try ember help generate for more details.

Running Tests

  • ember test
  • ember test --server

Deploying

ember surge but you’ll need Carl’s login details.

Further Reading / Useful Links