commit fbc24cf25340599161571955e7c4a56ac31ba8c5 parent 11913348a8cdb6f2dedaa834ff8aae570cc1b319 Author: tongong <tongong@gmx.net> Date: Fri, 1 Apr 2022 21:21:45 +0200 added readme Diffstat:
A | README.md | | | 20 | ++++++++++++++++++++ |
1 file changed, 20 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md @@ -0,0 +1,20 @@ +# reverseqr + +## why +A QR code can be used to transfer data easily from a computer to a mobile +device equipped with a camera. The other direction is considerably harder. This +project aims to change this. + +## how +Open https://tongong.github.io/reverseqr/ and scan the QR code using your +device. You can now start writing on either device and changes should be +synchronized. + +## build +A development server can be started with `make dev`. A self-contained +`index.html` can be build with `make build`. See the `Makefile` for more. + +## similar projects +- [magic-wormhole](https://github.com/magic-wormhole/magic-wormhole) and + [croc](https://github.com/schollz/croc) +- [snapdrop](https://snapdrop.net/)