Skip to content

5-Bit/5-bit.github.io

Repository files navigation

5-bit.github.io

This website will serve as a journal of our progress creating Eagleslist, a textbook trading service for FGCU students.

Build Instructions (OS X & Linux)

  1. Install Ruby if not already installed.
  2. Install Ruby Gems if not already installed.
  3. Run gem install jekyll to install Jekyll.
  4. Clone this repository to your computer and change directory into the folder where it's saved.
  5. Run gem install jekyll-mentions jekyll-sitemap to install dependencies.
  6. Run jekyll serve. This will generate a "_site" folder containing all the rendered HTML and CSS for the site and start a web server to display it.
  7. Navigate to http://localhost:4000 in your browser to see the site.