List of KDRAMA from TMDB API. Made with Remix, and NextUI. For practice purpose only.
npm install
Create a wrangler.toml
file in the root of the project and add the following:
[vars]
THE_MOVIE_DB_ACCESS_TOKEN="YOUR_ACCESS_TOKEN"
Run the Vite dev server:
npm run dev
To run Wrangler:
npm run build
npm run start