git clone git@github.com:hyunbinjlee/ASLgorithm.git
cd ASLgorithm
Make sure you have Node.js installed, then run:
npm install
- Go to Google AI Studio.
- Create an API key.
- Copy the API key to your local
.envfile asVITE_GEMINI_API_KEY=<apikey>
From the root directory, run
npm run dev