git clone xxxx
cd duofit
- when you first clone, use
npm install
to install the expo dependencies npm start
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]