Docs
Lift Off

Lift Off

Sky is the limit for your SaaS business

That was a long journey, but you made it!

Let's make sure all the environment variables are set correctly:

DATABASE_URL=
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
RESEND_API_KEY=
FROM_EMAIL=
HOST_URL=
SESSION_SECRET=
 
 
## Stripe
STRIPE_WEBHOOK_SECRET=
STRIPE_PUBLIC_KEY=
STRIPE_SECRET_KEY=
 

Prisma Migrate

pnpm run migrate

Create Stripe Plans and Products

pnpm run seed

This will create plans and products in your Stripe account and save them in your database.

Start the app

pnpm run dev

Now you can visit localhost:3000 from your browser.

We have done it! 🎉

Pat yourself on the back and celebrate 🎉