988 B
988 B
Deploy to Replit
Recommended deployment platform. Handles Node.js, PostgreSQL, secrets, and HTTPS out of the box.
Cost: ~$25–50/month on Replit Core.
Steps
-
Import: replit.com → New Repl → Import from Git →
https://git.wellspr.ing/WellBuilder/notshop-bundle -
Secrets: Add in the Secrets tab:
AUTHNET_API_LOGIN_IDAUTHNET_TRANSACTION_KEYAUTHNET_ENV(sandbox or production)DATABASE_URL(see step 3)SHOPIFY_STOREFRONT_TOKENSHOPIFY_STORE_DOMAINSESSION_SECRET(any long random string)
-
Database: Tools → Database → Create PostgreSQL → copy
DATABASE_URLinto Secrets → Shell:npm run db:migrate -
Run: Click Run, then in the Shell:
npm run catalog:import -
Publish: Deploy → Publish → add your custom domain in Repl settings → update DNS CNAME.
Or use Fly.io in front of Replit for edge routing and traffic splitting — see fly-routing.md.