aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: 76c88f9cde53a519b537e59fd2494d28930078cd (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
28
29
![ci](https://github.com/bndw/wifi-card/workflows/ci/badge.svg)

# 📶 WiFi Card

https://wificard.io

Print a simple card with your WiFi login details. Tape it to the fridge, keep it in your wallet, etc.

![wificard](https://user-images.githubusercontent.com/4248167/125180713-2f5d3d00-e1b2-11eb-88f8-be5b4db4e0b1.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
```