dependabot[bot] ef0c2b0845 Bump send and express
Bumps [send](https://github.com/pillarjs/send) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together.

Updates `send` from 0.18.0 to 0.19.0
- [Release notes](https://github.com/pillarjs/send/releases)
- [Changelog](https://github.com/pillarjs/send/blob/master/HISTORY.md)
- [Commits](https://github.com/pillarjs/send/compare/0.18.0...0.19.0)

Updates `express` from 4.19.2 to 4.21.0
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/4.21.0/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.19.2...4.21.0)

---
updated-dependencies:
- dependency-name: send
  dependency-type: indirect
- dependency-name: express
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-17 02:53:49 +00:00
2024-07-09 22:12:49 +12:00
2023-12-04 14:02:37 +13:00
2023-12-19 16:21:01 +13:00
2024-07-09 22:12:49 +12:00
2024-09-07 17:13:27 +12:00
2023-12-04 14:02:37 +13:00
2024-07-09 22:11:53 +12:00
2023-12-04 14:57:03 +13:00
2024-07-25 09:31:41 +12:00
2024-09-17 02:53:49 +00:00
2024-09-17 14:52:13 +12:00

Workshops

This mono repo 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 custom hands on workshops I have created.

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 dev

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
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%