Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 526 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 526 Bytes

NMQC workshop 2025

Built with Zola using a modified version of the Juice theme

Work on the website locally

  • Clone this repository.

  • Install Zola.

  • Build and serve the website with:

    $ zola serve
    
  • Open localhost:1111 in your browser.

  • Making changes to any of the sources will instantly reload the local webserver, so you can look live at your changes taking effect.