If you want to run it locally, then follow these steps.
- Open your terminal and run
git clone git@github.com:ebraj/MovieEBG.git
- Once the cloning is completed, open this cloned folder in IDE(Vscode).
- Create the
.env.local
file in the root directory as you need to provide the TMDB api in order to fetch the movie datas. - Inside the
.env.local
file create the variableREACT_APP_TMDB_KEY=_________________
(Add your own TMDB Api key from TMDB Website by creating an account.) - Once all the above steps are done, open your terminal once again and run
npm install
to install the required modules and finally runnpm run start
to see the site live.