<<<<<<< HEAD
This is the frontend for the Adventure Finder application, built with React, TypeScript, and Tailwind CSS.
- Install dependencies:
npm install
- Start the development server:
npm start
- Install Vercel CLI:
npm i -g vercel
- Login to Vercel:
vercel login
- Deploy:
vercel
- Push your code to a Git repository (GitHub, GitLab, or Bitbucket)
- Log in to Vercel
- Click "Import Project"
- Select the repository with your code
- Select the "client" directory as the root directory
- Click "Deploy"
The frontend is configured to communicate with a backend API at http://localhost:5000 for local development. For production, you should update the API URL in src/App.tsx.
e4c2fccd5067f18b06e0eabc981503617ddde841