Have Node 8.12 or greater. Use NVM for happy times.
npm inpm startTo work out what version of python you have:
python --versionIf you have python@2:
python -m SimpleHTTPServeror python@3:
python -m http.serverIf you don't have python, create a webserver with the root folder of this repo as the root of your webserver.
Then open a browser to: localhost:8000
Branch, then issue a pull-request.