Web related stuff

MDWiki


Running Python local web server

  • had to install python 3 brew install python 3 Ref
  • check with python --version
  • cd to wiki dir
  • start server with /usr/local/bin/python3 -m http.server Ref
  • open http://0.0.0.0:8000/#!index.md

MDWiki install

http://dynalon.github.io/mdwiki/#!quickstart.md

Safari