25 lines
575 B
Markdown
25 lines
575 B
Markdown
watcat
|
|
======
|
|
|
|
rust clone of https://github.com/adamanldo/Cosmo
|
|
|
|
why?
|
|
----
|
|
|
|
cosmo relies on [imagetext-py](https://github.com/nathanielfernandes/imagetext-py), which either does not have a freebsd wheel or else uv cannot find it
|
|
|
|
~~also I'm a rust shill and python hater and just needed an excuse~~
|
|
|
|
but your code sucks
|
|
-------------------
|
|
|
|
I'm trying, okay?
|
|
|
|
running
|
|
-------
|
|
|
|
populate .env with necessary values. a template .env.example is given
|
|
|
|
create the database ``sqlx database create --database-url="sqlite:watcat.db"``
|
|
(note: make sure you have sqlx installed first)
|