-
Clone the repository
https://github.com/AnanteshG/Open-source-session
-
Navigate to Project Directory
cd Open-source-session
-
Install dependencies
npm install
-
Run the Project
npm run dev
Your application should now be running at http://localhost:5173/
.
- Create a new branch
git checkout -b feature-branch-name
- Stage your Commit
git add .
git commit -m "Describe your changes here"
- Push the changes to New Branch
git push origin feature-branch-name