Skip to content

dodycode/remix-kdrama-tmdb

Repository files navigation

Remix TMDB (The Movie Database) KDRAMA List

List of KDRAMA from TMDB API. Made with Remix, and NextUI. For practice purpose only.

Getting Started

npm install

Environment Variables

Create a wrangler.toml file in the root of the project and add the following:

[vars]
THE_MOVIE_DB_ACCESS_TOKEN="YOUR_ACCESS_TOKEN"

Development

Run the Vite dev server:

npm run dev

To run Wrangler:

npm run build
npm run start

Deployment

To deploy to Cloudflare Pages:

npm run build && npm run deploy