qr.umm.gay/README.md

19 lines
311 B
Markdown
Raw Permalink Normal View History

2023-02-13 15:48:46 +00:00
# qr.umm.gay
qr decoder web tool any% (20 minutes)
## Setup
```shell
$ npm install # Install dependencies
$ npm run dev # Start a local dev server
$ npm run build # Generate static bundle in 'out/' directory
```
2023-02-13 19:41:47 +00:00
## Deploy
```shell
$ # just for me :)
$ rsync -a out/ root@enby.town:/srv/www/qr.umm.gay/
```