Update CONTRIBUTING.md
This commit is contained in:
6
.github/CONTRIBUTING.md
vendored
6
.github/CONTRIBUTING.md
vendored
@@ -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 -->
|
||||
|
||||
Reference in New Issue
Block a user