Docs for MetaMorph
docker build -t aneeshep/metamorph-docs .
docker run -v ${PWD}:/opt/metamorph -it -p 8089:8000 aneeshep/metamorph-docs
open your brower and point to http://localhost:8089
to see the docs
Open your favourite editor and change the md files inside docs directory, make the changes and save the file. Browser will automatically reload with the changes