此项目是对ebou的学习性重写。
Spire
是一个跨平台的Mastodon的GUI界面程序。
sudo apt install -y libgtk-3-dev
此项目使用dioxus+tailwindcss的开发框架。
cargo make tailwind
用于开启tailwindcss
服务。cargo make dev
用于开启dioxus
服务。
两者开启后可以在 http://localhost:3000 查看应用程序。
- megalodon-rs 作为主要的
Mastodon
API。