-
Clone the repository:
git clone https://github.com/Interim-High/Interim-High.git
-
Install dependencies:
npm install
-
Create your own branch (name the branch like yournamedev ie: leahdev):
git checkout -b your-branch-name
-
Commit Your Changes:
git add . git commit -m "feat: Add [feature description] or fix [issue description]"
-
Push Your Changes your branch
git push origin <branch-name> -
Create a Pull Request (PR) Add a title and description for the PR, linking it to the issue (e.g., "Closes #123") and submit
- Example:
npm run dev