You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Amit Patel edited this page Feb 6, 2019
·
7 revisions
Development
To test locally, edit the html/js files and then either:
Run a local webserver (python -m SimpleHTTPServer 80 for python2, or python -m http.server 80 for python3) and visit http://localhost:80/
or visit the file using a file:/// URL. Pages loading additional data with AJAX won't work with file:/// URLs so you will have to run a local webserver for them.