mirror of
https://github.com/gabehf/Koito.git
synced 2026-03-09 23:48:20 -07:00
14 lines
No EOL
150 B
Markdown
14 lines
No EOL
150 B
Markdown
# Koito
|
|
## Dependencies
|
|
### libvips
|
|
```
|
|
sudo apt install libvips
|
|
```
|
|
## Tools
|
|
- goose
|
|
- sqlc
|
|
## Start dev env
|
|
```
|
|
make postgres.run
|
|
make api.debug
|
|
``` |