Here are the steps to get started with this project:
-
Clone the repository:
git clone https://github.com/zeka-hazinesi/anschreibenai.com cd anschreibenai.com -
Get your API key from Google AI Studio and create a
.env.localfile in the root of the project. You can use the.env.examplefile provided as a template.If you need assistance obtaining your Google Generative AI API key, this video provides a step-by-step guide:
📺 How to Retrieve Your Google API Key using Generate AIThen, open the
.env.localfile and add your API key:GOOGLE_GENERATIVE_AI_API_KEY=your-api-key-here
Replace
your-api-key-herewith your actual API key. -
Install the dependencies by running:
npm install # or yarn install # or pnpm install # or bun install
-
Start the development server:
npm run dev # or yarn dev # or pnpm dev # or bun dev
-
Open the app in your browser: