Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 482 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 482 Bytes

MRpub

To test it locally, you will need to:

  1. Clone/fork this GitHub repo: git clone --recurse-submodules https://github.com/ismrm/mrpub
  2. If Hugo is not installed, follow the steps in their documentation to install it on your machine: https://gohugo.io/getting-started/installing/
  3. To run the website locally, make sure you are still in mrpub/ dir and type hugo serve -D.
    • The -D option is to serve the website including the draft .md files.