diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 15 |
1 files changed, 13 insertions, 2 deletions
| @@ -2,11 +2,22 @@ | |||
| 2 | 2 | ||
| 3 | # WiFi Card | 3 | # WiFi Card |
| 4 | 4 | ||
| 5 | Print your WiFi info on a neat little card and stick it on the fridge. | 5 | Print a neat little card with your WiFi info and stick it on the fridge. |
| 6 | Use the QR code to connect phones. | 6 | |
| 7 | It looks like this: | ||
| 8 | |||
| 9 | <img width=400 src="https://user-images.githubusercontent.com/4248167/83356910-05361c00-a31e-11ea-8735-95852b82ddcf.png"> | ||
| 7 | 10 | ||
| 8 | ## Running locally | 11 | ## Running locally |
| 9 | 12 | ||
| 13 | Run the latest Docker image on http://localhost:8080 | ||
| 14 | |||
| 15 | ``` | ||
| 16 | docker run --rm -p 8080:80 bndw/wifi-card:latest | ||
| 17 | ``` | ||
| 18 | |||
| 19 | Or run the live-reload server on http://localhost:8080 | ||
| 20 | |||
| 10 | ``` | 21 | ``` |
| 11 | make dev | 22 | make dev |
| 12 | ``` | 23 | ``` |
