Skip to content

Commit ccd44ed

Browse files
committed
Add Makefile commands to README
1 parent 9dd1fce commit ccd44ed

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,17 @@ npm run build
5353
npm run electron:build
5454
```
5555

56+
### Makefile Commands
57+
58+
| Command | Description |
59+
|---------|-------------|
60+
| `make dev` | Start Electron app in development mode |
61+
| `make install` | Install npm dependencies |
62+
| `make build` | Build Electron app for production |
63+
| `make stop` | Stop running dev servers (kills Electron and Vite processes) |
64+
| `make clean` | Remove build artifacts (dist, dist-electron, .vite cache) |
65+
| `make reset-db` | Delete the SQLite database (with 3s confirmation delay) |
66+
5667
## Tech Stack
5768

5869
- **Frontend**: Vue 3 with Composition API

0 commit comments

Comments
 (0)