Skip to content
This repository has been archived by the owner on Feb 12, 2019. It is now read-only.

Latest commit

 

History

History
12 lines (11 loc) · 538 Bytes

installation.md

File metadata and controls

12 lines (11 loc) · 538 Bytes

Installing TechFAR Hub project

======================

After cloning the repo:

  • Install Ruby (Install Ruby here)

After installing Ruby:

In the terminal,

  • Run the command: bundle install to install the necessary Ruby gems (Gems are installed with installation of Ruby).
  • Run the server with bundle exec jekyll serve Make sure your terminal is pointed in the correct directory of the project

View project in browser