- Step 1: Clone the repository and install dependencies using `npm install`.
- Step 2: Rename `example.env.local` to `.env.local` and add your Supabase access token and Tambo API key.
- Step 3: Run the app with `npm run dev` and visit `localhost:3000`.
- Step 4: Connect to your Supabase project by configuring environment variables.
- Step 5: Extend functionality by adding MCP servers or registering custom components as needed.