Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 614 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 614 Bytes

How to build RINGMesh website

Follow the instructions provided by MkDocs webpage:

  • Install Python
  • Install pip:
  • Install MkDocs: pip install mkdocs
  • cd /where/is/ringmesh/website/repository
  • Build the website locally: mkdocs build

Perform these steps in a terminal. It works on Linux, Windows, and MacOS.

Finally, launch the file /where/is/ringmesh/website/repository/site/index.html in a webbrowser.