Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 677 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 677 Bytes

ibm-hyper-protect.github.io

A few-page site, mainly designed for ped use. As such, all content should be suitable for external audiences.

To add links to blogs, code patterns, etc., append to the relevant _data/ file and send a PR.

Live site: https://ibm-hyper-protect.github.io

How to run this locally

To contribute, develop locally, and create a PR.

Set up your local environment

  1. Install ruby, gem, etc.
  2. Clone this repo
  3. gem install jekyll bundler

Run the site

  1. Run: bundle exec jekyll serve
  2. Go to localhost:4000