aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorbndw <benjamindwoodward@gmail.com>2020-05-31 09:14:00 -0700
committerbndw <benjamindwoodward@gmail.com>2020-05-31 09:26:17 -0700
commit4c23f82cc4f1dd25de6376ee45a7668fc2ca0e15 (patch)
tree74d05f5988d5fd4d81356748d65882cf4cde8a46 /README.md
parent6371e7794d2fa9ba5b79f267219e50e885057342 (diff)
:lipstick: Update readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 13 insertions, 2 deletions
diff --git a/README.md b/README.md
index 0cc628f..9b25b87 100644
--- a/README.md
+++ b/README.md
@@ -2,11 +2,22 @@
2 2
3# WiFi Card 3# WiFi Card
4 4
5Print your WiFi info on a neat little card and stick it on the fridge. 5Print a neat little card with your WiFi info and stick it on the fridge.
6Use the QR code to connect phones. 6
7It 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
13Run the latest Docker image on http://localhost:8080
14
15```
16docker run --rm -p 8080:80 bndw/wifi-card:latest
17```
18
19Or run the live-reload server on http://localhost:8080
20
10``` 21```
11make dev 22make dev
12``` 23```