doc: Improve README.md

This commit is contained in:
Felipe 2024-01-19 18:37:51 -03:00
parent 3b70973210
commit f6b2aa5bc0
Signed by: pitbuster
SSH key fingerprint: SHA256:NLWXDJvkNDPTnUszcKt0McVeXWKTe5Lz0cIocZbA/pY

View file

@ -1,2 +1,14 @@
# huellas
This service is backed by an Axum server and uses a raw Typescript front-end using
Leaflet.js.
## Migrations
We use the `sqlx` CLI to manage migrations. To create a new one run
```shell
cargo sqlx migrate add
```
## Cross-architecture building
Images are built for arm64 on a juicier machine using
```shell
docker buildx build --platform=linux/arm64 . -t oolong.ludwig.dog/pitbuster/huellas:X.Y.Z
```