Update CONTRIBUTING.md

This commit is contained in:
John Yeo
2025-06-24 12:58:27 +01:00
committed by GitHub
parent 4115a5cb2e
commit c7b8179346

View File

@@ -68,7 +68,9 @@ The `setup` script generates required environment variables to run Autumn locall
#### Step 3: Start Development Environment
```bash
docker compose -f docker-compose.dev.yml up
docker compose -f docker-compose.dev.yml up # (if on windows)
# or
docker compose -f docker-compose.dev.yml up # (if on mac / linux)
```
### Manual Setup
@@ -129,4 +131,4 @@ When you need to create version-controlled migrations (e.g., for new releases):
The `docker-compose.dev.yml` runs localtunnel using your `LOCALTUNNEL_RESERVED_KEY` as the subdomain. If using alternative tunneling (ngrok, cloudflared), ensure it points to port 8080 and update `STRIPE_WEBHOOK_URL` accordingly.
### Database
- `DATABASE_URL` - PostgreSQL connection string -->
- `DATABASE_URL` - PostgreSQL connection string -->