To run this project locally for development purposes, follow these steps:
Clone the repository to your local machine:
git clone https://github.com/rajatrawal/netflix-gpt.git Navigate to the project directory:
cd netflix-gpt Install dependencies:
npm install Create a Firebase project and set up authentication.
Configure Firebase in your project by adding your Firebase config details in src/firebase.js.
Start the development server:
npm start Open your web browser and explore the project locally at http://localhost:3000/.