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 SDK
and selectAndroid 14.0 ("UpsideDownCake")
- Open the
Device Manager
window and selectCreate Virtual Device
- Select
Pixel 7 Pro
and press theNext
button - Select the
UpsideDownCake
image and press theNext
button - Select the
Portrait
as the startup orientation and press theFinish
button - Open the
Device Manager
window and press thePlay
button to start the emulator - Run the following command:
npm run android
This option only works in a latest macOS
- Open up the Xcode
- Navigate to
Window -> Device and Simulator
- Select the
Simulators
tab and press the+
button - Set
Simulator Name
asiPhone 15 Pro Max
- Set
Device Type
asiPhone 15 Pro Max
- Set
OS Version
asiOS 17.4
- Press the
Create
button - Open up the Simulator
- Navigate to
File -> Open Simulator
, then selectiPhone 15 Pro Max
- Run the following command:
npm run ios