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
Copy file name to clipboardExpand all lines: DEVELOPER_README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,6 @@ To get a copy of the code and run a test web server:
4
4
5
5
1.[Fork the repository](https://github.com/projecthorus/sondehub-amateur-tracker/fork) by visiting [https://github.com/projecthorus/sondehub-amateur-tracker/fork](https://github.com/projecthorus/sondehub-amateur-tracker/fork).
6
6
2. Clone the repository with your git tool of choice.
7
-
3. Run `build.sh` to compile the javascript files. (This requires Java to be installed and in your path.)
7
+
3. Run `build.sh` to generate `index.html`and `service-worker.js`.
8
8
4. Run `python serve.py` to run a simple web server to (This requires python 3.x)
9
9
5. Visit [http://localhost:8000](http://localhost:8000) to view the local version of the server!
0 commit comments