Skip to content

bryonbaker/workshops

 
 

Repository files navigation

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

About

A monorepo for hands on workshops hosted with a github pages static site.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • MDX 56.9%
  • JavaScript 41.2%
  • CSS 1.9%