An AI learning assistant to help you study with flash cards!
This project is based off the green, gleeby alien cat, Gnarpy (hence the name Gnarp Notes). Combining silly and serious to help goofballs (like me) lock in when they need to. The style for this project is based off this GIF:
Prerequisites: Node.js
On Linux or WSL, you can download Node.js with sudo apt-get install nodejs
- Clone repo:
git clone <URL either though HTTPS or SSH> - Install dependencies:
npm install - Set the
GEMINI_API_KEYin .env.local to your Gemini API key - Run the app:
npm run dev
