Add screenshots to README.md
This commit is contained in:
parent
52441753e2
commit
b07ec7a2c5
1 changed files with 9 additions and 1 deletions
10
README.md
10
README.md
|
@ -1,4 +1,4 @@
|
|||
## Ampel - Version 0.1 aka "better scm this shit"
|
||||
## Ampel - Version 0.2 aka "now it's almost pretty"
|
||||
This lovely piece of code is designed to display traffic lights indicating the presence or absence of anything.
|
||||
|
||||
It is designed to run on any OS running python3 and a reasonable modern browser. Yes, even Windows is supported
|
||||
|
@ -6,6 +6,14 @@ but not yet tested (comming soon™).
|
|||
|
||||
The main porpuse is intendet for 2-3 lights indicating the availability of employees.
|
||||
|
||||
![dashboard](https://files.geekify.de/ampel/dashboard.png)
|
||||
|
||||
|
||||
![management](https://files.geekify.de/ampel/management.png)
|
||||
|
||||
|
||||
![login](https://files.geekify.de/ampel/login.png)
|
||||
|
||||
## Installation
|
||||
1. `virtualenv -p python3 venv`
|
||||
2. `source ./venv/bin/activate`
|
||||
|
|
Loading…
Reference in a new issue