aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: 1e205dc2098ba703e87e9fc60f35d0ebb3d859bc (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
[![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.

It looks like this:

<img width=400 src="https://user-images.githubusercontent.com/4248167/83356910-05361c00-a31e-11ea-8735-95852b82ddcf.png">

## 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
```