Skip to content

Commit 7cacccb

Browse files
authored
Merge pull request #247 from yaleman/master
adding DEVELOPER_README.md
2 parents 58b08b6 + 1ba925a commit 7cacccb

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

DEVELOPER_README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Getting started
2+
3+
To get a copy of the code and run a test web server:
4+
5+
1. [Fork the repository](https://github.com/projecthorus/sondehub-tracker/fork) by visiting [https://github.com/projecthorus/sondehub-tracker/fork](https://github.com/projecthorus/sondehub-tracker/fork).
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.)
8+
4. Run `python serve.py` to run a simple web server to (This requires python 3.x)
9+
5. Visit [http://localhost:8000](http://localhost:8000) to view the local version of the server!

0 commit comments

Comments
 (0)