Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 955 Bytes

README.md

File metadata and controls

42 lines (29 loc) · 955 Bytes

Repos GitHub pages site.

Setup

If you want to hack about with the site or add content, then follow these instructions to be able to run locally.

Prerequisites

  1. Install Git, obviously.
  2. Install Jekyll
  3. Install Builder by running gem install bundler.

Installing

1. Install the gems

(cd docs && bundle install)

2. Update

Occasionally update gems

git checkout main
git pull
(cd docs && bundle update)
git checkout -b gems-update
git add .
git commit -m "updating gems"
git push --set-upstream origin gems-update

3. Run the local server

(cd docs && bundle exec jekyll serve --livereload --baseurl /connected-services-demo)

This will launch a web server so that you can work on the site locally. Check it out on http://localhost:4000/connected-services-demo.