Abstraction Site Quick start Install dependencies npm install Create a .env file with: VITE_SUPABASE_URL=https://your-project.supabase.co VITE_SUPABASE_KEY=public-anon-key Run the dev server npm run dev Testing Run the test suite with Vitest: npm test