Start right now ๐
Follow these 4 steps to get started:
Remember to rename .env.example to .env and not commit it to Github!
Choose payment provider
Choose authentication providers (if needed)
Configure and test your app
Starting the app
If you have setup API keys for Database and Payment proceed to these steps.
Set following
.envvariables:SITE_URL=NEXTAUTH_URL=NEXTAUTH_SECRET=Configure
appConfig.tsto your needs. Core app functionality is controlled from here.Create products/subscriptions in your payment provider and set
priceIdin the appConfig.Run
npm installandnpm run devto test your app :)
Note: Remember to rename .env.example to .env and not commit it to Github!
You are now ready to launch! ๐
Last updated