mirror of
https://gitplac.si/aljaxus/upn-qr.git
synced 2025-12-16 19:50:57 +00:00
21 lines
289 B
Markdown
21 lines
289 B
Markdown
# upn-qr
|
|
|
|
* Official API instance: https://upn-qr.gitapp.si
|
|
* Official Matrix room: https://matrix.to/#/#upn-qr:matrix.tux.si
|
|
|
|
## Local development
|
|
|
|
**requirements:**
|
|
|
|
* Docker
|
|
* Docker-compose
|
|
|
|
|
|
The local devserver is accessible via http://localhost:8080
|
|
|
|
```bash
|
|
docker-compose up
|
|
```
|
|
|
|
|