npm install
# then
npm run devType may not be empty [type-empty]: This error indicates that the "type" of the commit is missing. The type is typically one of a few standard words that describe the category of the commit, such as:
- build
- feat
- fix
- docs
- style
- refactor
- test
- chore
- ci
- perf
- revert
- style
git commit -m "fix: your commit message"
See the result on your browser http://localhost:3000