aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorbndw <ben@bdw.to>2021-07-11 11:01:16 -0700
committerbndw <ben@bdw.to>2021-07-11 11:01:16 -0700
commit31f82e8918ba20549ab573b88148f4c96b5c0063 (patch)
tree641c05a834e2ed8eacd61865061193d609253fdc /README.md
parentd2dd54caca19d3660e49c729828d52aa2bbb5716 (diff)
Update README
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 2 insertions, 8 deletions
diff --git a/README.md b/README.md
index 76c88f9..43123c4 100644
--- a/README.md
+++ b/README.md
@@ -10,19 +10,13 @@ Print a simple card with your WiFi login details. Tape it to the fridge, keep it
10 10
11## Running locally 11## Running locally
12 12
13Run the latest Docker image on http://localhost:8080 13Run the official Docker image on http://localhost:8080
14 14
15``` 15```
16make run 16make run
17``` 17```
18 18
19Build the Docker image 19Run the live-reload server on http://localhost:3000
20
21```
22make build
23```
24
25Run the live-reload server on http://localhost:8080
26 20
27``` 21```
28make dev 22make dev