2021-01-13 18:11:57 +01:00
|
|
|
# User documentation
|
|
|
|
|
2021-01-14 14:21:15 +01:00
|
|
|
User documentation for the Itsblue Speed Climbing Stopwatch.
|
|
|
|
If you want to read the documentation you can [find it here](https://scstw.itsblue.de).
|
2021-01-13 22:41:58 +01:00
|
|
|
|
|
|
|
# Development
|
|
|
|
|
|
|
|
For development, run this in the project root:
|
|
|
|
```
|
|
|
|
python -m SimpleHTTPServer
|
|
|
|
```
|
|
|
|
The documentation server will run on localhost:8000
|