To run the project locally:
- Clone this repo
cd
into the project, and runyarn && yarn start
- You should see the project in
http://localhost:3000/
- In order to view films you'll need to get an api key from MovieDB (this step shouldn't take more than a few minutes).
- Create an
.env
file in your root directory and set your key using this format:REACT_APP_MOVIEDB_API_KEY=PASTE_YOUR_KEY_HERE
- That's it! You should be in businees.
This project is absolutely accepting pull requests (first-timers welcome!). Feel free to report bugs and suggest features by opening a new issue. Check out the open