Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 453 Bytes

File metadata and controls

20 lines (15 loc) · 453 Bytes

Tattoo Artist Directory

React + Vite web app for discovering tattoo artists and shops. Supabase backend, deployed on Vercel.

Setup

npm install
cp .env.example .env  # add your Supabase + Sentry keys
npm run dev

Scripts

npm 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