diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 10 |
1 files changed, 2 insertions, 8 deletions
| @@ -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 | ||
| 13 | Run the latest Docker image on http://localhost:8080 | 13 | Run the official Docker image on http://localhost:8080 |
| 14 | 14 | ||
| 15 | ``` | 15 | ``` |
| 16 | make run | 16 | make run |
| 17 | ``` | 17 | ``` |
| 18 | 18 | ||
| 19 | Build the Docker image | 19 | Run the live-reload server on http://localhost:3000 |
| 20 | |||
| 21 | ``` | ||
| 22 | make build | ||
| 23 | ``` | ||
| 24 | |||
| 25 | Run the live-reload server on http://localhost:8080 | ||
| 26 | 20 | ||
| 27 | ``` | 21 | ``` |
| 28 | make dev | 22 | make dev |
