Armada Robotics on Middleman
Setup:
- Install Ruby - http://rubyinstaller.org/
- Clone this repository onto your computer.
- Navigate to the root directory of this repository in a command prompt.
- Type
bundle install
(you might needgem install bundle
first)
Testing:
- Type
middleman server
- In your favorite browser go to
localhost:4567
Deploying:
- Type
middleman build
(this makes the static HTML files in the build/ directory)