docs: Add code quality instructions to README, ignore notes directory, and include project logo.

This commit is contained in:
2025-11-24 21:23:55 +01:00
parent f5ca74b63c
commit 8c16730d31
+9
View File
@@ -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