First, install the dependencies by running yarn install
.
To initialize husky hooks run yarn prepare
.
To run the client yarn dev
.
To run the server yarn start
.
Commit messages should start with (feat|fix|chore|docs|test|style|refactor|perf|build|ci|revert) following by :
.
Example: git commit -m "feat: button component created
.