From 7f62b1a22d8366aa1f28a4a15269fff11e40a0ea Mon Sep 17 00:00:00 2001 From: Felipe Contreras Salinas Date: Fri, 19 Jan 2024 18:38:21 -0300 Subject: [PATCH] doc: Improve README.md (#39) Reviewed-on: https://oolong.ludwig.dog/pitbuster/huellas/pulls/39 Co-authored-by: Felipe Contreras Salinas Co-committed-by: Felipe Contreras Salinas --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 8e7dccc..34dadbf 100644 --- a/README.md +++ b/README.md @@ -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 +```