Skip to content

git-mad/duofit

Repository files navigation

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