redhat-solution-patterns / contributors-guide

Home Page:https://redhat-solution-patterns.github.io/solution-patterns/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Red Hat Solution Patterns - Contribution Content Only

This is the home page that links to the more detailed guides of each solution pattern.

Live Preview

When working with course development, you dont need to publish the site to view the changes. The template is enabled with live reload capability.

Follow the steps outlined below to start the live reload mode:

  • From the root the courseware repository run the following command:

npm install

or

yarn install
  • Once node modules are installed, run the following command to start the development mode:

gulp

The gulp will start will start a local site server at http://localhost:3000.

Once the local dev server is up, any changes made to the course source repository files will trigger the build and reload of the site with new changes.

How to build the tutorial

Check the build courseware documentation on how folder structure, how to use macros and other gotchas

About

https://redhat-solution-patterns.github.io/solution-patterns/index.html

License:Apache License 2.0


Languages

Language:JavaScript 58.0%Language:Handlebars 38.1%Language:Dockerfile 2.3%Language:Shell 1.6%