Print a simple card with your WiFi login details. Tape it to the fridge, keep it in your wallet, etc.
Run the official Docker image on http://localhost:8080
make run
- Make sure you have
yarn
installed - Run the live-reload server on http://localhost:3000
make dev
This project uses Prettier formatting and all pull requests must pass the automated lint checks prior to merging.
Run the lint check with:
make fmt
Rewrite the files to resolve any style issues with:
make fmt.write