blob: 0df93311bfe36d90032d5011487a25063abf6c64 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|

# 📶 WiFi Card
Print a simple card with your WiFi login details. Tape it to the fridge, keep it in your wallet, etc.
<img src="https://user-images.githubusercontent.com/4248167/85215325-d95df300-b32b-11ea-9c97-40464c1acc1e.gif">
## Running locally
Run the latest Docker image on http://localhost:8080
```
make run
```
Build the Docker image
```
make build
```
Run the live-reload server on http://localhost:8080
```
make dev
```
|