Start right now 👉
Last updated
Last updated
Remember to rename .env.example
to .env
and not commit it to Github!
Choose database provider
Choose payment provider
Choose authentication providers (if needed)
Configure and test your app
If you have setup API keys for and proceed to these steps.
Set following .env
variables:
SITE_URL=
NEXTAUTH_URL=
NEXTAUTH_SECRET=
Configure appConfig.ts
to your needs. Core app functionality is controlled from here.
Set your DatabaseProvider
and PaymentProvider
to the ones which you are using
Create products/subscriptions in your payment provider and set priceId
in the appConfig.
Run npm install
and npm run dev
to test your app :)
Note: Remember to rename .env.example
to .env
and not commit it to Github!