Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 509 Bytes

File metadata and controls

20 lines (13 loc) · 509 Bytes

MtnMe.sh

MtnMesh GitHub Pages

Edit the content in docs/, PR's welcomed!

Running Locally

You have to build the docker container for serving the website to include a few plugins. See this website for more details.

docker build -t mtnmesh:latest .

To run, use the following command:

docker run --rm -it -p 8000:8000 -v ${PWD}:/docs mtnmesh:latest

View Local Dev Site Here