Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 703 Bytes

File metadata and controls

14 lines (11 loc) · 703 Bytes

MeVisLab Tutorials and Examples

This is the repository for the MeVisLab Tutorials and Examples GitHub pages.

Configuration

Local Deployment

  • Checkout the code
  • Install extended hugo from the Hugo Website
  • Install npm e.g. from npmjs Website
  • Change to the mevislab.github.io folder and run npm install
  • Stay in this folder and run hugo server -d public --baseURL //localhost/examples/ (the /examples/ path is not needed, but it helps to find problems that might appear on the published website)
  • Open the given URL in your favorite browser