Flashcard SaaS App is designed to transform your learning experience. It streamlines your study sessions with customizable flashcards and an intuitive interface, making studying both more efficient and effective.
-
Clone the repository:
git clone https://github.com/ricozama121803/HeadstarterTeam-flashcard-saas.git cd HeadstarterTeam-flashcard-saas -
Install Dependencies:
npm install
-
Set Up Environment: Create a .env.local file in the root directory and configure the following variables:
NEXT_PUBLIC_CLERK_FRONTEND_API=your-clerk-api-key NEXT_PUBLIC_FIREBASE_API_KEY=your-firebase-api-key STRIPE_SECRET_KEY=your-stripe-secret-key OPENAI_API_KEY=your-openai-api-key
-
Run the Application Locally:
npm run dev