Skip to content
/ web Public

Website sources for RINGMesh project

Notifications You must be signed in to change notification settings

ringmesh/web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.