greybax / awesome-IT-films

:tv: A curated list of awesome films about IT & geek people.
https://greybax.github.io/awesome-IT-films
Creative Commons Zero v1.0 Universal
842 stars 120 forks source link

How to run the project locally? #141

Open Hanee-Solanki opened 1 year ago

Hanee-Solanki commented 1 year ago

I have obtained the API key and I built the scripts as mentioned in CONTRIBUTING.md but when I run npm start, I get this error: missing script: start.

I noticed that the start script has not been defined in the package.json file. I am sorry I am new to this and I believe there must be a reason behind this. What is the solution to this?

Please advise.

greybax commented 1 year ago

Hi @Hanee-Solanki, seems you don't have npm installed. To do that you should run npm install first before running any command in project

Hanee-Solanki commented 1 year ago

Hi @greybax!

Thanks for your response.

I already did that and it would still give me the same error.