From 0c36c7ee10c6358f3e57248b0c68852d3c0e87b1 Mon Sep 17 00:00:00 2001 From: andres alcocer Date: Fri, 15 May 2020 15:14:46 -0400 Subject: [PATCH] updated README.md file --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 126cda1..d15acc4 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,11 @@ This project is a simplified front end clone of Netflix. It was created with Rea - Sass (grid & flexbox) - Media queries +### Runing Project Locally +- Install dependencies: run `npm install` in root project +- Get API key from [here](https://www.themoviedb.org/documentation/api) +- Create .env file in root project and add: `API_KEY=YOUR_API_KEY_HERE` +- Run project: `npm run dev` ### User Stories: @@ -27,3 +32,4 @@ This project is a simplified front end clone of Netflix. It was created with Rea Please feel free to create a pull request and submit any issues! +Currently looking for backend developers. If you would to contribute to support a backend, reach out, all ideas are welcomed! \ No newline at end of file