docs: Add code quality instructions to README, ignore notes directory, and include project logo.
This commit is contained in:
@@ -33,6 +33,15 @@ npm run build
|
|||||||
- Output written to `dist/`
|
- Output written to `dist/`
|
||||||
- Set `API_BASE_URL` in `.env.local` if the API is not served from the same origin.
|
- 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
|
## Features
|
||||||
|
|
||||||
- Finder-style layout: folder tree, document table, and detail pane with metadata & tags
|
- Finder-style layout: folder tree, document table, and detail pane with metadata & tags
|
||||||
|
|||||||
Reference in New Issue
Block a user