Modern booking system for barbers built with React and Vite.
- Install dependencies:
npm install
- Create .env file:
VITE_API_URL=VITE_API_URL=https://mybarber-backend.up.railway.app
- Run development server:
npm run dev
The site is automatically deployed to Netlify when pushing to the main branch.