gregsadetsky / sagittarius

A GPT-4/Gemini Voice/Video Exploration Tool
http://sagittarius.greg.technology/
682 stars 91 forks source link

Where npm install and npm run dev should be run. #8

Open aochaoyu opened 6 months ago

aochaoyu commented 6 months ago

Hello, I'm currently trying to install "A Remake of the Google Gemini Fake Demo, Except Using GPT-4 and It's Real"

I would like to ask where npm install and npm run dev should be run. Thank you!!!

(I am new to programming languages)

wobsoriano commented 6 months ago

where the package-lock.json is located :)

AmanPurohit2002 commented 6 months ago

Hello, I'm currently trying to install "A Remake of the Google Gemini Fake Demo, Except Using GPT-4 and It's Real"

I would like to ask where npm install and npm run dev should be run. Thank you!!!

(I am new to programming languages)

fixed #8 You can run "npm install" and "npm run dev" in the root directory of the project where the package.json file is located. This is typically the main folder of the project where you find other project files and folders.