REPOSITORY INFORMATION #3
vishal6268
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey team! 👋
Tomorrow is the start of the Designing Phase, so please make sure the repo is cloned and working on everyone’s machine. ✅
Requirements:
VS Code with React and Vite installed
Sign in to GitHub on VS Code
Create a new folder where you’ll clone the project
Use the commands below to clone the repo, install dependencies, and push your changes
📦 Setup Commands:
Open Terminal:
Press Ctrl + Shift + ~ to open the terminal
1️⃣ Clone the repo (only once):
git clone https://github.com/TechQuanta/Tech_Quanta_community_website.git
2️⃣ Go to the project directory:
cd Tech_Quanta_community_website
3️⃣ Install required packages:
npm install or npm i
4️⃣ Set the remote origin (only once):
git remote set-url origin https://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@github.com/TechQuanta/Tech_Quanta_community_website.git
🔁 Workflow (Important!):
Before pushing your code, always pull the latest changes:
5️⃣ Pull latest changes:
git pull origin main or git pull
6️⃣ Push your changes:
git push origin main
7️⃣ Check your branch:
git branch -a or git checkout main
🚀 To run the React server:
npm run dev
Beta Was this translation helpful? Give feedback.
All reactions