8000 GitHub - guevarafranklin/containers-tutorial
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

guevarafranklin/containers-tutorial

 
 

Repository files navigation

Containers Tutorial

badge badge

You can access the HTML version of this tutorial here: https://redhat-scholars.github.io/containers-tutorial/

Building the HTML locally

In the root of your git repository, run:

bin/build-site.sh

And then open your gh-pages/index.html file:

open gh-pages/index.html

Iterative local development

You can develop the tutorial docs locally using a rapid iterative cycle.

First, install the yarn dependencies:

yarn install

And now start gulp. It will create the website and open your browser connected with browser-sync. Everytime it detects a change, it will automatically refresh your browser page.

gulp

You can clean the local cache using:

gulp clean

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 82.5%
  • Handlebars 10.1%
  • Shell 4.1%
  • Dockerfile 3.3%
0