add run instructions for the client

This commit is contained in:
Maxime Bloch 2019-09-27 15:28:30 +02:00
parent 9a9669d87d
commit a7ddca1d0b
No known key found for this signature in database
GPG Key ID: CE32A7D95B7D6418
1 changed files with 15 additions and 0 deletions

View File

@ -37,3 +37,18 @@ Go enjoy the dashboard @ *localhost:5000*
## The client ## The client
This is an example client and will also be used as first link in the machine. This is an example client and will also be used as first link in the machine.
### Requirements
A local http file server of some kind.
for ex the python http server.
### Running
Go into the correct directory with the code
cd watcher
with python's http server
python -m http.server