You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Create Google OAuth Credentials: https://www.better-auth.com/docs/authentication/google
104
-
GOOGLE_CLIENT_ID="YOUR_GOOGLE_CLIENT_ID"
105
-
GOOGLE_CLIENT_SECRET="YOUR_GOOGLE_CLIENT_SECRET"
106
-
107
-
###### AI ######
108
-
# Get a Google API Key: https://aistudio.google.com/apikey
109
-
GOOGLE_API_KEY="YOUR_GOOGLE_API_KEY"
110
-
# Get a Groq API Key: https://console.groq.com/keys
111
-
GROQ_API_KEY="YOUR_GROQ_API_KEY"
82
+
cp .env.example .env.local # Copy the example environment file
112
83
```
113
-
114
-
- Make sure to replace the placeholder values with your actual credentials obtained from the services
84
+
- Open the `.env.local` file and replace the placeholder values with your actual credentials obtained from the services.
115
85
116
86
2. **Apply Database Schema:** Push the database schema defined in`db/schema.ts` to your Neon database using Drizzle Kit:
117
87
@@ -215,4 +185,4 @@ Once you've made your changes and tested them locally, follow these steps to sub
215
185
- Maintainers may provide feedback or request changes directly on the pull request. Please address these comments by pushing further commits to your branch.
216
186
- Once approved, a maintainer will merge your changes into the main project.
0 commit comments