AI-powered learning companion for children with autism.
- Clone the repository
- Copy environment variables:
cp client/.env.example client/.env
- Fill in your API keys in
client/.env - Install dependencies:
cd client npm install - Start development server:
npm run dev
You'll need to obtain API keys for:
- Auth0 (for authentication)
- Google Gemini AI (for writing feedback)
- Tavus (for AI video conversations)
Never commit your .env files to version control. API keys should be kept secret.