![ci](https://github.com/bndw/wifi-card/workflows/ci/badge.svg) # 📶 WiFi Card Print a simple card with your WiFi login details. Tape it to the fridge, keep it in your wallet, etc. ## 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 ```