Final Steps
- Confirm Completion of Guide Steps:
- Ensure you have followed all steps outlined in this guide.
- Step 1: Environment Setup
- Step 2: Firebase Setup
- Step 3: Stripe Setup
- Step 4: Connecting Firebase to Stripe
- Step 5: Adding Products to Stripe
- Step 6: Setup Sendgrid
- Step 7: Create Admin User
- Step 8: Customizing Theme
- Step 9: Customizing Components
- Step 10: Deploying to Vercel
- Step 11: (optional): Customizing Toast Notifications
- Verify that you have successfully set up Firebase, Stripe, and SendGrid.
- Check Configuration Files:
- Your
.env.local
,package.json
, andsiteMetadata.js
files should be correctly configured and in place.
- Set Up Development Environment:
- Run
yarn dev
ornpm run dev
from the terminal in the root directory of your project to start the development server.
Congrats
Your project should be setup and ready for development. Run yarn dev
or npm run dev
from the terminal in the root directory of your project to start the development server.