aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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