Setup‐&‐Environment - arilonUK/iotagentmesh GitHub Wiki

🔧 1. Setup & Environment

# Setup & Environment

## Prerequisites
- Node.js ≥ 18
- npm or bun
- Supabase account + project

## Local Setup
1. Clone repo and install deps
2. Copy `.env.example` and set Supabase keys
3. Run Supabase locally (optional)
4. Start dev server with `npm run dev`