Skip to content

Latest commit

 

History

History

README.md

Check-Ins Online Help

This repository contains the source code for the Check-Ins Online Help. The online help is a static site generated using Jekyll.

Running the Application

Prerequisites

Building

  1. Clone the Check-Ins repository:

    git clone git@github.com:objectcomputing/check-ins.git
  2. Change to the docs directory:

    cd check-ins/docs

    The docs directory contains the Jekyll site source code and a file called .ruby-version that specifies the expected Ruby version.

  3. Install the required gems:

    gem install jekyll bundler
  4. Install the gems specified in the Gemfile:

    bundle install
  5. Build the site and make it available on the local server:

    bundle exec jekyll serve
  6. Open a browser and navigate to http://localhost:4000/.