Access the next link (Install Git) and follow the instructions depending on your OS.
Access the next link (Install Node JS) and follow the instructions depending on your OS.
Note: Install the LTS version (Recommended for most users)
Access the next link (Install Visual Code) and follow the instructions depending on your OS.
- Fork the repository and clone it into your machine.
- On root level of the project run
npm install
- To run the project execute:
npm start
<group>/<tracker-number>/<description>
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.