fix: improve Makefile robustness and update CONTRIBUTING docs

- Add exit 1 to test-backend when pytest not installed
- Add exit 1 to test-frontend when no test script configured
- Add venv dependency to db-init target
- Document Makefile usage in CONTRIBUTING.md
This commit is contained in:
tomasmach
2026-01-30 00:51:41 +01:00
parent 76bc070f5b
commit 9d98e1e768
2 changed files with 7 additions and 1 deletions
+4
View File
@@ -32,6 +32,10 @@ Thank you for your interest in contributing to Voicebox! This document provides
### Development Setup
**Using the Makefile (recommended for macOS/Linux):** Run `make setup` to install all dependencies, then `make dev` to start development servers. See `make help` for all available commands.
**Manual setup (required for Windows):**
1. **Fork and clone the repository**
```bash
git clone https://github.com/YOUR_USERNAME/voicebox.git