This project is using The Movie DB API
To get new api key follow the instructions from the following link:
https://developers.themoviedb.org/3/getting-started/introduction
or
use my API key: 94bc488b4b35d80b4ccf287660919df4
To use api key we have to store it in .env.local
file
Create .env.local
file in root folder
Paste API key like so
REACT_APP_API_KEY = your api key
Download all necessary packages that are listed in package.json
Run npm run storybook
\
Open http://localhost:6006
View UI documentation in the browser
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.