We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dd1fce commit ccd44edCopy full SHA for ccd44ed
1 file changed
README.md
@@ -53,6 +53,17 @@ npm run build
53
npm run electron:build
54
```
55
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
67
## Tech Stack
68
69
- **Frontend**: Vue 3 with Composition API
0 commit comments