To get a copy of the code and run a test web server:
- Fork the repository by visiting https://github.com/projecthorus/sondehub-tracker/fork.
- Clone the repository with your git tool of choice.
- Run
build.shto generateindex.html,service-worker.js, andjs/version.json. - Run
python serve.pyto run a simple web server to (This requires python 3.x) - Visit http://localhost:8000 to view the local version of the server!