Appearance
Deployment
FreshSource: shipfa.st/docs/deployment
Procedure
- Commit your code and push to a private repo on GitHub
- Use your favorite hosting provider (Vercel recommended) to create a new project from the GitHub repo
- Set all environment variables in your hosting provider
- Deploy
ShipFast can be deployed anywhere NextJS is supported: Vercel, Netlify, AWS, etc.
Production Checklist
- [ ] All
.env.localvariables set in production - [ ] Stripe Test Mode OFF, production keys set
- [ ] Stripe webhook endpoint created for production domain
- [ ] Google OAuth redirect URIs include production domain
- [ ]
siteUrlset innext-sitemap.config.js - [ ] Logo, favicon, and OG images added
- [ ] Google Search Console domain claimed