Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

HookProject

🚀 Getting Started

Follow these steps to set up the project locally:

1️⃣ Make Sure Node.js is Installed

Check if Node.js is installed:

node -v

If Node.js is not installed, follow these steps:

  • Using Homebrew (Mac):

    brew install node
  • Using nvm (Node Version Manager):

    curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.5/install.sh | bash
    source ~/.bashrc  # or ~/.zshrc depending on your shell
    nvm install node
  • Download Directly:
    Visit https://nodejs.org/ and download the latest LTS version.

Verify installation:

node -v
npm -v

2️⃣ Clone the Repository

git clone https://github.com/jerrybenn/hookProject.git

3️⃣ Navigate to the Project Directory

cd hookProject

4️⃣ Checkout to Your Branch Before Coding

List all branches:

git branch -a

Switch to your branch:

git checkout <your-branch-name>

If you need to create a new branch:

git checkout -b <new-branch-name>

5️⃣ Install Dependencies

npm install

6️⃣ Run the Project

npm start

✅ Contributing Guidelines

  • Always pull the latest changes before starting:
    git pull origin main
  • Make descriptive commits:
    git add .
    git commit -m "[FEATURE] Add login functionality"
    git push origin <your-branch-name>
  • Open a pull request when you're ready for review.

Happy coding! 🎯

About

Final project for software engineering

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages