gregsadetsky/sagittarius

Where npm install and npm run dev should be run.

Opened this issue · 2 comments

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)

where the package-lock.json is located :)

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.