aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: 95c9ceaec852bf99fd024cd3bcc1218ac0020a53 (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
[![CircleCI](https://circleci.com/gh/bndw/wifi-card.svg?style=svg)](https://circleci.com/gh/bndw/wifi-card)

# 📶  WiFi Login 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
```