An open API service indexing awesome lists of open source software.

https://github.com/redhat-cop/redhat-cop.github.io

Global docs and contribution guidelines for the Red Hat Communities of Practice GitHub space
https://github.com/redhat-cop/redhat-cop.github.io

core-cop

Last synced: 9 months ago
JSON representation

Global docs and contribution guidelines for the Red Hat Communities of Practice GitHub space

Awesome Lists containing this project

README

          

= redhat-cop.github.io

image::https://github.com/redhat-cop/redhat-cop.github.io/workflows/build-test-site/badge.svg?branch=master[link="https://github.com/redhat-cop/redhat-cop.github.io/actions?workflow=build-test-site"]

Global site for publishing docs and contribution guidelines for the Red Hat Communities of Practice

== Testing the site

Prerequisites:

- link:https://rubygems.org/pages/download[Install Rubygems]

[source,bash]
----
git clone git@github.com:redhat-cop/redhat-cop.github.io.git
cd redhat-cop.github.io
gem install bundler
bundle install
bundle exec jekyll serve
----

Once running, the site should be available at http://localhost:4000