27 lines
396 B
Markdown
27 lines
396 B
Markdown
# Samey
|
|
|
|
Sam's small image board. Currently a WIP.
|
|
|
|
## Prerequisites
|
|
|
|
- `ffmpeg` and `ffprobe`
|
|
|
|
## TODO
|
|
|
|
- [ ] Show pool(s) in post
|
|
- [ ] CSS
|
|
- [ ] Logging, better errors...
|
|
|
|
### Post-0.1.0 roadmap
|
|
|
|
- [ ] Bulk edit tags/Fix tag capitalization
|
|
- [ ] User management
|
|
- [ ] Text media
|
|
- [ ] Cleanup/fixup background tasks
|
|
- [ ] Migrate to Cot...?
|
|
|
|
## Running in development
|
|
|
|
```bash
|
|
bacon serve
|
|
```
|