dependabot[bot] 9e0f699449 Bump actions/configure-pages from 4 to 5
Bumps [actions/configure-pages](https://github.com/actions/configure-pages) from 4 to 5.
- [Release notes](https://github.com/actions/configure-pages/releases)
- [Commits](https://github.com/actions/configure-pages/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/configure-pages
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-29 21:11:46 +00:00
2023-12-04 14:02:37 +13:00
2023-12-19 16:21:01 +13:00
2023-12-04 14:33:14 +13:00
2024-06-30 07:05:23 +12:00
2023-12-04 14:02:37 +13:00
2023-12-04 14:57:03 +13:00
2024-06-30 07:05:23 +12:00
2024-06-30 09:08:12 +12:00

OpenShift Workshops

This repository contains a basic nextjs frontend designed to be exported as a static site and served via github pages.

The frontend is used to serve workshop instructions for several workshops.

Local development

To set up a local development environment run the following:

# Install dependencies
npm install

# Build and serve the site
npm run build && npm run serve

Exporting static site

To export the site to static html to serve for example via github pages, run:

# Install dependencies
npm install

# Build and export the site
npm run build && npm run export
Description
A monorepo for hands on workshops hosted with a github pages static site.
Readme GPL-3.0 264 MiB
Languages
MDX 70.4%
JavaScript 28.3%
CSS 1.3%