Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 1.31 KB

README.md

File metadata and controls

43 lines (27 loc) · 1.31 KB

Git Crash Course

Requirements

Github

Access the next link (Install Git) and follow the instructions depending on your OS.

Node JS

Access the next link (Install Node JS) and follow the instructions depending on your OS.

Note: Install the LTS version (Recommended for most users)

Visual Code Editor

Access the next link (Install Visual Code) and follow the instructions depending on your OS.

Instructions

  1. Fork the repository and clone it into your machine.
  2. On root level of the project run npm install
  3. To run the project execute: npm start

Branch Naming Conventions

<group>/<tracker-number>/<description>

Grouping Tokens

Grouping Tokens are the ones in front of the branch name. Use one of the next defined tokens to group the branches.

  • feat for creating or improving a feature.
  • bug for fixing a bug in an existing feature.