Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 587 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 587 Bytes

duofit

  1. git clone xxxx
  2. cd duofit
  3. when you first clone, use npm install to install the expo dependencies
  4. npm start

commit messages

Whenever you commit, husky runs the linter. You commit message should also be in the format {type}: {message}, where type is one of [build, chore, ci, docs, feat, fix, perf, refactor, revert, style, test]

(refer to https://www.conventionalcommits.org/en/v1.0.0/)

Resources

starting react project