Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 315 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 315 Bytes

Testify Frontend

Development

Setup

pnpm install

Run

pnpm dev

Commit

This project is using Husky to prevent bad git commit. Every time you commit, Husky will run the pnpm test command to check if the code is successfully built.