mirror of
https://github.com/soconnor0919/beenvoice.git
synced 2025-12-13 01:24:44 -05:00
feat: Remove Vercel Analytics, generalize deployment instructions, and switch base URL configuration to NEXT_PUBLIC_APP_URL.
This commit is contained in:
17
README.md
17
README.md
@@ -198,12 +198,19 @@ Update the logo and colors in:
|
||||
|
||||
## 🚀 Deployment
|
||||
|
||||
### Vercel (Recommended)
|
||||
### Deployment
|
||||
|
||||
1. Push your code to GitHub
|
||||
2. Connect your repository to Vercel
|
||||
3. Set environment variables in Vercel dashboard
|
||||
4. Deploy automatically on push
|
||||
You can deploy this application to any platform that supports Next.js (Docker, Coolify, Railway, etc.).
|
||||
|
||||
1. Build the application:
|
||||
```bash
|
||||
bun run build
|
||||
```
|
||||
|
||||
2. Start the server:
|
||||
```bash
|
||||
bun start
|
||||
```
|
||||
|
||||
### Other Platforms
|
||||
|
||||
|
||||
Reference in New Issue
Block a user