Skip to content
forked from bndw/wifi-card

QRコードでWiFi共有をもっと簡単に

License

Notifications You must be signed in to change notification settings

Kansei/wifi-qrcode

 
 

Repository files navigation

WiFi Qrcode

https://wifi-qrcode.net

WiFiの共有をQRコードで簡単にできます。

Running locally

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

make run

Development

  1. Make sure you have yarn installed
  2. 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

About

QRコードでWiFi共有をもっと簡単に

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 72.0%
  • HTML 13.7%
  • CSS 10.7%
  • Makefile 2.5%
  • Dockerfile 1.1%