- Clone this GitHub Repo
- cd flashify
- npm install
- npm run dev
In order for this to properly run, you need to add an .env file into the root directory.
In this file, include:
VITE_CLERK_PUBLISHABLE_KEY=[YOUR CLERK API]
VITE_GEMINI_API_KEY=[YOUR GEMINI API KEY]
Go to Google AI for Developers to get a free Gemini API key.
Go to Clerk to set up Clerk and get a free API key in development mode.