An open API service indexing awesome lists of open source software.

https://github.com/dodycode/remix-kdrama-tmdb

List of KDRAMA from TMDB API. Made with Remix, and NextUI.
https://github.com/dodycode/remix-kdrama-tmdb

cloudflare-pages nextui reactjs remix-run tmdb-api

Last synced: about 1 year ago
JSON representation

List of KDRAMA from TMDB API. Made with Remix, and NextUI.

Awesome Lists containing this project

README

          

# Remix TMDB (The Movie Database) KDRAMA List

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

## Getting Started

```sh
npm install
```

## Environment Variables

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

```toml
[vars]
THE_MOVIE_DB_ACCESS_TOKEN="YOUR_ACCESS_TOKEN"
```

## Development

Run the Vite dev server:

```sh
npm run dev
```

To run Wrangler:

```sh
npm run build
npm run start
```

## Deployment

To deploy to Cloudflare Pages:

```sh
npm run build && npm run deploy
```