A letterBoxd clone in vite+react+tailwind
To run this project, you will need to add the following environment variables to your .env file
VITE_TMDB_API_KEY=my_super_secret_key
Clone the project
git clone https://link-to-project
Go to the project directory
cd watch-log
Install dependencies
npm install
Start the server
npm run start