Table of Contents
To get a local copy up and running follow these simple steps.
This project uses Jekyll to generate the site. Install Jekyll+Ruby by following the installation guide below.
- Ruby+DevKit
https://jekyllrb.com/docs/installation/
- Bundler, Jekyll, and Webrick
gem install jekyll bundler webrick
Below is an example of how you can clone the website repository and work locally.
- Install all prerequisites.
- Clone the repo
git clone https://github.com/purduefirst/purduefirst.github.io.git
- Create and change branches.
git branch new-branch-name git checkout new-branch-name
- Serve the site locally using Jekyll
jekyll serve
Purdue FIRST IT Director - @purduefirst - it@purduefirst.org
Project Link: https://github.com/purduefirst/purduefirst.github.io