Skip to content

redhat-scholars/demo-course

Repository files navigation

Demo Course

This is demo courseware, showing the site content build examples.

Generate Publishing Site

docker build -t redhat-scholars/demo-course .

Running the site

docker run -it --rm -p  8080:80 redhat-scholars/demo-course

Open the generated site at http://localhost:8080

Note
The following command is still a WIP

Run development mode

docker run -d --rm\
  --name=demo-course-dev \
  -p 3000:3000 \
  -v $PWD:/usr/src/app:Z \
  quay.io/redhat-scholars/course-site-builder dev