From 4c23f82cc4f1dd25de6376ee45a7668fc2ca0e15 Mon Sep 17 00:00:00 2001 From: bndw Date: Sun, 31 May 2020 09:14:00 -0700 Subject: :lipstick: Update readme --- README.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 0cc628f..9b25b87 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,22 @@ # WiFi Card -Print your WiFi info on a neat little card and stick it on the fridge. -Use the QR code to connect phones. +Print a neat little card with your WiFi info and stick it on the fridge. + +It looks like this: + + ## Running locally +Run the latest Docker image on http://localhost:8080 + +``` +docker run --rm -p 8080:80 bndw/wifi-card:latest +``` + +Or run the live-reload server on http://localhost:8080 + ``` make dev ``` -- cgit v1.2.3