makefile 101 B

123456
  1. run:
  2. npm run dev;
  3. setup-pre-commit:
  4. pre-commit install
  5. pre-commit install --hook-type commit-msg