Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 342 Bytes

File metadata and controls

17 lines (12 loc) · 342 Bytes

This is a mobile/webapp that lets you interact with your personal AI pet and keep track on your daily habits.

Run backend

$ pwd
/sprout/backend
$ docker compose up

Please check the README of backend for more details.

Run frontend

$ npm run dev