7004cc535ca877859c2c8b103b540d393fbffdca
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. - [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md) - [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3) --- updated-dependencies: - dependency-name: braces dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
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
Languages
MDX
70.4%
JavaScript
28.3%
CSS
1.3%