Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 516 Bytes

README.md

File metadata and controls

18 lines (9 loc) · 516 Bytes

Commit rules:

Commit msgs need to be formatted "type: subject"

Push rules:

Project build needs to pass before you can push to a branch. Broken code can't be pushed to remote repository

Debug env

This project is setup assuming you are using VS code. Make sure you've Prettier extension installed.

Node version

This project requires minimum node v19.3.0 and npm v9.2.0.

Package manager has to be npm and not yarn