This repository contains the source code for the Check-Ins Online Help. The online help is a static site generated using Jekyll.
-
Clone the Check-Ins repository:
git clone git@github.com:objectcomputing/check-ins.git
-
Change to the
docsdirectory:cd check-ins/docsThe
docsdirectory contains the Jekyll site source code and a file called.ruby-versionthat specifies the expected Ruby version. -
Install the required gems:
gem install jekyll bundler
-
Install the gems specified in the
Gemfile:bundle install
-
Build the site and make it available on the local server:
bundle exec jekyll serve -
Open a browser and navigate to
http://localhost:4000/.