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