Final Steps

Final Steps

  1. 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.
  1. Check Configuration Files:
  • Your .env.local, package.json, and siteMetadata.js files should be correctly configured and in place.
  1. Set Up Development Environment:
  • Run yarn dev or npm 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.

Demo 11