a failed attempt
Find a file
2023-08-10 11:34:24 -07:00
cli cleanup and bug hunting 2023-08-05 03:33:06 -07:00
lib changes 2023-08-01 22:06:41 -07:00
peer rustfmt all the things 2023-07-27 22:10:59 -07:00
server document format 2023-08-10 11:34:24 -07:00
spec document format 2023-08-10 11:34:24 -07:00
store-fs experimental access control 2023-07-28 22:50:04 -07:00
web document format 2023-08-10 11:34:24 -07:00
.gitignore rework config and content type derives 2023-07-17 21:54:03 -07:00
Cargo.lock cleanup and bug hunting 2023-08-05 03:33:06 -07:00
Cargo.toml wip async derive 2023-07-27 00:47:37 -07:00
laundry.md make acls actually do something 2023-07-29 13:17:11 -07:00
readme.md things and stuff 2023-07-17 21:54:02 -07:00
sweep.timestamp experimental access control 2023-07-28 22:50:04 -07:00

ufh

how to run

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