mirror of
https://github.com/gabehf/Koito.git
synced 2026-03-10 07:50:37 -07:00
chore: initial public commit
This commit is contained in:
commit
fc9054b78c
250 changed files with 32809 additions and 0 deletions
14
DEV.md
Normal file
14
DEV.md
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# Koito
|
||||
## Dependencies
|
||||
### libvips
|
||||
```
|
||||
sudo apt install libvips
|
||||
```
|
||||
## Tools
|
||||
- goose
|
||||
- sqlc
|
||||
## Start dev env
|
||||
```
|
||||
make postgres.run
|
||||
make api.debug
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue