Recording of step 1 coming soon
1. Get your server
A Raspberry Pi with a 64-bit OS, or any Linux machine that stays on at home. Install Docker, git, the psql client and uv, then clone TellMom onto it.
git clone https://github.com/hawlermathew2007/TellMom.git
cd TellMom
cp .env.example .env # Postgres settings
cp backend/.env.example backend/.env
# In backend/.env: set JWT_SECRET, CLASSIFIER_PASSWORD and GROQ_API_KEY
Everything the dashboard shows is stored on this machine.