From c0b501981bbcea077bb7a63b9cc71899076a6074 Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Wed, 5 Nov 2025 17:17:03 +0000 Subject: [PATCH] Update readme with air instructions --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 50f788af..9cb7bbba 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,14 @@ go build . ## Hacking +### air + +This project uses [air](https://github.com/air-verse/air) for fast compile-and-test loops. You can run it with: + +```sh +> BASE_URL=https://sync.nidus.cloud ARCGIS_CLIENT_ID=foo ARCGIS_CLIENT_SECRET=bar POSTGRES_DSN='postgresql://?host=/var/run/postgresql&dbname=nidus-sync' air +``` + ### bob This uses the bob query framework. You can regenerate the models for bob with: