Deployment

  • git add .

  • git commit -m "deployment time"

  • git push

  • Use any hosting provider that supports Remix Vite like Vercel or Netlify.

  • Don’t forget to add the Environment Variables for production.

  • For handling webhooks for live payments, don’t forget to follow the Stripe Production Guide

  • Go live and share your project with the world!

Last updated