tamkhaivo / CSC131_WebProject

https://csc-131-web-project-fzkm.vercel.app
Mozilla Public License 2.0
0 stars 1 forks source link

Help with Github #10

Open BretSemk opened 1 week ago

BretSemk commented 1 week ago

I do not fully understand how to use GitHub to contribute to the project. Main things I need to understand include:

I just want to contribute where possible. I've had 0 previous experience with GitHub before so please recognize that I am completely ignorant to a sizeable number of terms and language associated with this service. Thanks for the help!

tamkhaivo commented 1 week ago

Open GitHub Desktop and select this project. then you must open it up in your selected IDE.

As for running the development environment, cd pass-the-test.com into the project page then run npm run dev to start the local development environment.

Save the page to see the respective changes on your local environment and push your changes to your branch to merge into main.

Screenshot 2024-11-06 at 3 47 40 PM