[![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: ## 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 ```