StudySynth is an agentic fullstack tool that generates user-tailored study plans and an outline that integrates with your Google Docs and Google Calendar
- run these commmands in order:
git clone https://github.com/aaronamano/studysynth cd studysynth pnpm install - create a
.envfile under the root directory with these variables:you can also refer toGOOGLE_CLIENT_ID= GOOGLE_CLIENT_SECRET= GOOGLE_REDIRECT_URI= GEMINI_API_KEY=.env.example - run the app:
pnpm run dev - click on
http://localhost:3000