This website will serve as a journal of our progress creating Eagleslist, a textbook trading service for FGCU students.
- Install Ruby if not already installed.
- Install Ruby Gems if not already installed.
- Run
gem install jekyll
to install Jekyll. - Clone this repository to your computer and change directory into the folder where it's saved.
- Run
gem install jekyll-mentions jekyll-sitemap
to install dependencies. - 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. - Navigate to http://localhost:4000 in your browser to see the site.