Clone the repository: git clone https://github.com/AthkiaAdiba/my-eleventh-project-client
Navigate to the project directory: cd YourProject
Set up Environment Variables:
REACT_APP_API_KEY=your_api_key
REACT_APP_AUTH_DOMAIN=your_auth_domain
REACT_APP_DATABASE_URL=your_database_url
REACT_APP_PROJECT_ID=your_project_id
Install dependencies: npm install
Start the development server: npm run dev