forked from darksidelemm/habitat-mobile-tracker
-
Notifications
You must be signed in to change notification settings - Fork 27
Development
Luke Prior edited this page Mar 13, 2022
·
1 revision
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.sh
to compile the javascript files. (This requires Java to be installed and in your path.) - Run
python serve.py
to run a simple web server to (This requires python 3.x) - Visit http://localhost:8000 to view the local version of the server!