Merge pull request #12 from tomasmach/feat/makefile

feat: add Makefile for streamlined development workflow
This commit is contained in:
Jamie Pine
2026-01-29 16:04:48 -08:00
committed by GitHub
4 changed files with 276 additions and 0 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