Connect with our empathetic AI companion tailored for those with dementia, offering friendly conversations and engaging personalized brain games to enhance cognitive abilities.
Sign Up |
Chat |
Quiz |
|---|---|---|
![]() |
![]() |
![]() |
Install Node.js.
Create a .env file, copy and paste all contents from the .env.example file, and fill in the values for your development environment.
| Name | Description |
|---|---|
| EXPO_PUBLIC_GEMINI_TOKEN | Token for using the Gemini AI API |
Run the following command:
npm install- Install Expo Go(Android | IOS) on your device.
- Sign up/Log in to Expo Go.
- Run the following command:
npm start- Open the Expo Go app and scan the QR code from the terminal.
- Open the Camera app and scan the QR code from the terminal.
- Open up the Android Studio
- Go to
Settings -> Languages & Frameworks -> Android SDKand selectAndroid 14.0 ("UpsideDownCake") - Open the
Device Managerwindow and selectCreate Virtual Device - Select
Pixel 7 Proand press theNextbutton - Select the
UpsideDownCakeimage and press theNextbutton - Select the
Portraitas the startup orientation and press theFinishbutton - Open the
Device Managerwindow and press thePlaybutton to start the emulator - Run the following command:
npm run androidThis option only works in a latest macOS
- Open up the Xcode
- Navigate to
Window -> Device and Simulator - Select the
Simulatorstab and press the+button - Set
Simulator NameasiPhone 15 Pro Max - Set
Device TypeasiPhone 15 Pro Max - Set
OS VersionasiOS 17.4 - Press the
Createbutton - Open up the Simulator
- Navigate to
File -> Open Simulator, then selectiPhone 15 Pro Max - Run the following command:
npm run ios


