wowaweewa
This commit is contained in:
17
README.md
Normal file
17
README.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# Archive Curator
|
||||
|
||||
## Local Run Notes
|
||||
|
||||
- Backend: Rust (Axum) service in `backend/`
|
||||
- Frontend: Svelte-based UI in `frontend/`
|
||||
|
||||
### Planned Commands
|
||||
|
||||
- Backend tests: `cargo test`
|
||||
- Backend lint: `cargo clippy`
|
||||
- Frontend scripts: `npm run dev` / `npm run build`
|
||||
|
||||
### Safety Defaults
|
||||
|
||||
This project is designed for local-only operation with strict safety gates:
|
||||
read-only mode, preview/confirm workflows, and append-only audit logging.
|
||||
Reference in New Issue
Block a user