Sandbox for nodecopter hacking. Work In Progress.
-
Install Node. If you're on OSX, there's a handy pkg installer available on the node homepage. This is the recommended method of installation. (ie. homebrew)
-
Install the Grunt CLI as a global node package.
npm install -g grunt-cli
-
Install the dependencies for the project. From the root of this repo, run
npm install
. This will read the packages.json file and install packages into./node_modules
. -
To run locally run
npm install
thengrunt
. The service will be running on your local environment at http://localhost:2001.
##Tools
- grunt
- npm
- Node.js Express
- React.js
- Bootstrap.css
- node-ar-drone
- Cylon.js
Run grunt
to get started.