Musicians' Helper Production environment https://ablazejuk.github.io/musicians-helper/ Run Locally Python 2 python -m SimpleHTTPServer 8000 Python 3 python -m http.server 8000 Open http://localhost:8000/ in your browser.