a failed attempt
Find a file
2023-07-27 05:03:23 -07:00
cli wip async derive 2023-07-27 00:47:37 -07:00
lib fix federation yet again 2023-07-17 21:54:08 -07:00
peer wip async derive 2023-07-27 00:47:37 -07:00
server better deriving 2023-07-27 05:03:23 -07:00
spec full text search 2023-07-20 14:45:25 -07:00
store-fs wip async derive 2023-07-27 00:47:37 -07:00
web some code cleanup 2023-07-21 01:32:38 -07:00
.gitignore rework config and content type derives 2023-07-17 21:54:03 -07:00
Cargo.lock wip async derive 2023-07-27 00:47:37 -07:00
Cargo.toml wip async derive 2023-07-27 00:47:37 -07:00
laundry.md blob server long polling 2023-07-19 19:19:36 -07:00
readme.md things and stuff 2023-07-17 21:54:02 -07:00

ufh

how to run

  1. cargo run --bin store-fs
  2. cargo run --bin server
  3. (cd web && pnpm i && pnpm dev)