Update readme with air instructions
This commit is contained in:
parent
486c148bf7
commit
c0b501981b
1 changed files with 8 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue