Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 277 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 277 Bytes

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