Skip to content

purduefirst/purduefirst.github.io

Repository files navigation


Logo

Purdue FIRST Programs Website

An awesome README to help you get started with the PFP website!

Table of Contents
  1. Getting Started
  2. Contact

Built With

(back to top)

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

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

Installation

Below is an example of how you can clone the website repository and work locally.

  1. Install all prerequisites.
  2. Clone the repo
    git clone https://github.com/purduefirst/purduefirst.github.io.git
  3. Create and change branches.
    git branch new-branch-name
    git checkout new-branch-name
  4. Serve the site locally using Jekyll
    jekyll serve

(back to top)

Contact

Purdue FIRST IT Director - @purduefirst - [email protected]

Project Link: https://github.com/purduefirst/purduefirst.github.io

(back to top)