An AI journaling app, with the key feature of a completion similar to copilot, but offering reflective questions instead based on what you have reflected on so far. Like copilot, you can press tab to add those questions to your journaling entry.
- Clone the repository
- Run
yarn install
&yarn generate
- Run
yarn dev
- Access the dev build at
localhost:3000
API documentation can be found in the app/api
folder
- Execute permissions for unix-like OS:
chmod +x ./buildndeploy.sh
- gloud login:
gcloud auth login
- docker config for gcloud:
gcloud auth configure-docker
- Run the script:
- Windows:
./buildndeploy.ps1
- Unix-like OS:
bash buildndeploy.sh