React + Vite web app for discovering tattoo artists and shops. Supabase backend, deployed on Vercel.
npm install
cp .env.example .env # add your Supabase + Sentry keys
npm run devnpm run dev # local dev server
npm run build # production build
npm run release patch # bump version + build + tag
npm run deploy # deploy to Vercel production