No description
- Rust 44.9%
- Svelte 31.6%
- CSS 9.4%
- TypeScript 8.3%
- Shell 4.8%
- Other 1%
| backend | ||
| docs | ||
| frontend | ||
| infra | ||
| mk | ||
| .gitignore | ||
| backlog-methodology.md | ||
| CONVENTIONS.md | ||
| date_taken | ||
| Dockerfile | ||
| implementation-questions.md | ||
| README.md | ||
| TODO.md | ||
| todo.md | ||
Label addict
An addictive photo labeling app.
The idea is to get you to be addicted to labeling your photos.
Docker state
./mk/runand./mk/run-devexpect a host state directory argument.- That directory is bind-mounted into the container at
/app/state. - The app database in the container is always configured as
/app/state/label-addict.sqlite3. - Derived media also lives beside it on the host under
/app/state/derived-media. - The run scripts now fail fast unless the container is actually using that bind mount and the SQLite file appears on the host.