Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 243 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 243 Bytes

Available Scripts

In the project directory, you can run:

npm start

or

npm run docker:start

npx husky-init

npx husky add .husky/pre-commit "npm run lint:fix"

npx husky add .husky/pre-push "npm run test:e2e"