Installation

To install the dependencies and run the app, please run following commands in the root of the project.

To install the dependencies

yarn

To run the project in local.

yarn dev

Setup

Create a new env file in the root of the project and add your openAI API key

VITE_TMDB_ACCESS_TOKEN=<YOUR_TMDB_ACCESS_TOKEN>