Create a comprehensive development environment setup guide for:
**Project Name:** {{PROJECT_NAME}}
**Tech Stack:** {{TECH_STACK}}
**Target OS:** {{TARGET_OS}} (macOS, Windows, Linux, or all)
**Project Requirements:**
{{REQUIREMENTS}}
Generate a step-by-step setup guide including:
## 1. Prerequisites
- Required software with minimum versions
- System requirements (RAM, disk space)
- Required accounts/access
## 2. Installation Steps
### For macOS
```bash
# Commands for macOS
```
### For Windows
```powershell
# Commands for Windows
```
### For Linux
```bash
# Commands for Linux
```
## 3. Clone & Configure
- Repository clone instructions
- Branch information
- Initial configuration
## 4. Environment Variables
| Variable | Description | Example | Required |
|----------|-------------|---------|----------|
## 5. Database Setup
- Local database installation
- Migration commands
- Seed data
## 6. Running the Application
- Development server commands
- Build commands
- Test commands
## 7. IDE Setup
- Recommended IDE/editor
- Required extensions/plugins
- Configuration files
## 8. Verification
- How to verify setup is complete
- Expected outputs
- Test the installation
## 9. Troubleshooting
- Common setup issues
- Platform-specific problems
- Getting help
## 10. Next Steps
- First tasks for new developers
- Important documentation linksOr press ⌘C to copy
Replace these placeholders with your own content before using the prompt.
[{PROJECT_NAME][{TECH_STACK][{TARGET_OS][{REQUIREMENTS]