Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Armada2508/old-frc2508-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

frc2508.com

Armada Robotics on Middleman

Setup:

  1. Install Ruby - http://rubyinstaller.org/
  2. Clone this repository onto your computer.
  3. Navigate to the root directory of this repository in a command prompt.
  4. Type bundle install (you might need gem install bundle first)

Testing:

  1. Type middleman server
  2. In your favorite browser go to localhost:4567

Deploying:

  1. Type middleman build (this makes the static HTML files in the build/ directory)