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.
- Host: GitHub
- URL: https://github.com/dodycode/remix-kdrama-tmdb
- Owner: dodycode
- Created: 2024-03-10T18:13:30.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-07T01:58:27.000Z (almost 2 years ago)
- Last Synced: 2024-09-07T15:22:59.566Z (almost 2 years ago)
- Topics: cloudflare-pages, nextui, reactjs, remix-run, tmdb-api
- Language: TypeScript
- Homepage: https://kdramadb.dodycode.com/
- Size: 560 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```