From 8c16730d31083a28b69d74384330914ac84c1b25 Mon Sep 17 00:00:00 2001 From: Nils Schneider Date: Mon, 24 Nov 2025 21:23:55 +0100 Subject: [PATCH] docs: Add code quality instructions to README, ignore notes directory, and include project logo. --- frontend/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/frontend/README.md b/frontend/README.md index 95da726..68f7742 100644 --- a/frontend/README.md +++ b/frontend/README.md @@ -33,6 +33,15 @@ npm run build - Output written to `dist/` - Set `API_BASE_URL` in `.env.local` if the API is not served from the same origin. +## Code Quality + +```bash +npm run check +``` + +- Runs TypeScript type checking (`tsc`) and ESLint. +- Use this before committing changes. + ## Features - Finder-style layout: folder tree, document table, and detail pane with metadata & tags