Update readme with air instructions

This commit is contained in:
Eli Ribble 2025-11-05 17:17:03 +00:00
parent 486c148bf7
commit c0b501981b
No known key found for this signature in database

View file

@ -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: