git clone https://github.com/Duckaet/zenchat.git
cd zenchatcd frontend
npm install
cp .env.example .env
# Edit .env with your Supabase and backend API info
npm run devcd ../backend
npm install
cp .env.example .env
# Edit .env with your API keys and config
npm run dev- Create a Supabase project.
- Run the SQL in
supabase/migrationsto set up tables and policies.