Getting Started

First, Get a free API key from themoviedb then:

cp .env.local.example .env.local

replace TMDB_API_KEY with you API key.

Install the project dependencies:

yarn install

Finally, Run the development server:

yarn dev