A rapid prototyping tool using Harp.js and Twitter Bootstrap.
Harp.js can be a really cool tool for rapid prototyping, or simply some wireframing. That's how I use it at least.
This is a tool I built for myself so I can easily make wireframes for clients.
Assuming you have NPM (Node Package Manager) on your machine, just run:
sudo npm install -g harp
If command is not working visit their site for complete instructions.
First clone the repository to your working directory
git clone https://github.com/celsom3/Harp-Bootstrap-Starter.git
Move into that directory
cd Harp-Bootstrap-Starter
Since you already have Harp.js installed, just run:
harp server
Once your are done, you might like to use the compiled files for whatever reasons (WordPress theme, Drupal theme, Meteor, Static Site server, etc). To get that output simply run the command:
harp compile
This will generate a /www folder in your directory where the compile and minified html, css, and JavaScript will be.
If you like this tool, consider buying a cup of coffee.