Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 751 Bytes

README.md

File metadata and controls

25 lines (13 loc) · 751 Bytes

Modern Engagement Tools User Guide

Makes use of Chirpy - a minimal, responsive and feature-rich Jekyll theme for technical writing.

Development

To make changes to this repository, you'll first need to install Jekyll and Ruby. See this guide for macos: https://jekyllrb.com/docs/installation/macos/

Once Ruby + Jekyll are installed, install the jekyll and bundler gems.

gem install jekyll bunder

To begin working on this repository, navigate to the root of the project and install its dependencies.

bundle install

Finally, you can run the development environment.

bundle exec jekyll serve

Jekyll sites are updated via markdown files. To make user guide changes, update the corresponding markdown.