raceberry-pi
v0.0.1
Published
Race dashboard for Pololu robots build on Raspberry PI 2 using node.js
Downloads
4
Readme
Raceberry PI
Race dashboard for Pololu robots build on Raspberry PI 2 using node.js
Requirements
You'll need to have the following items installed before continuing.
- Node.js: Use the installer provided on the NodeJS website.
- Grunt: Run
[sudo] npm install -g grunt-cli
- Bower: Run
[sudo] npm install -g bower
Quickstart
git clone [email protected]:xxx.git
npm install --production
Just run this command to start the HTTP server:
node server.js
And you're set!
Requirements for development
You'll need to have the following items installed before continuing.
- Node.js: Use the installer provided on the NodeJS website.
- Grunt: Run
[sudo] npm install -g grunt-cli
- Bower: Run
[sudo] npm install -g bower
Quickstart
git clone [email protected]:zurb/foundation-libsass-template.git
npm install && bower install
While you're working on your project, run:
grunt
And you're set!