Don't ask for the WiFi password, this artifact will help you get everything done!

We often meet friends and visit your home. The first sentence is to ask your home WiFi password. If the password is responsible, it will not only be troublesome, but also may expose your own password. After all, many people like to set the same password. . .

But today, the GitHub tool WiFi Card can completely solve this problem. This tool is to quickly convert the WiFi name and password into a QR code, and stick it on the refrigerator. Others can connect to WiFi as long as they scan the photo.

run locally

Run the official Docker image on http://localhost:8080

make run

develop

Make sure you have yarn installed
run the live reload server on http://localhost:3000
make dev
the project uses the Prettier format. All pull requests must pass automatic lint checks before being merged. Prettier format runs automatically as a pre-commit hook.

Language Contribution Guidelines

We want you to contribute to a different language and help make it even better than it already is! As a language contributor, we expect you to follow these steps:

Add translation ./src/i18n.js
./src/App.js Add language option in format latinName - nativeName eg French - Français
If added language requires RTL direction, add language key to RTL_LANGUAGES constant in ./src/App.js.
Add an entry to the translation table in README.md.
Finally, attach the GitHub address

GitHub:https://github.com/bndw/wifi-card/

Guess you like

Origin blog.csdn.net/m0_60571990/article/details/127856204#comments_27601109