Deploy Guide
Production URLs
Service
URL
Deployment Flow
# Make changes, commit, push
git add .
git commit -m "Update decoder for new protocol"
git push origin main
# Railway detects the push and deploys automaticallyBuild Process
# Production build (frontend + Prisma client)
npm run build
# Start production server
npm startInitial Setup on Railway
Custom Domain
Database Maintenance
Monitoring
Last updated