Skip to content

Project-Testify/Testify-Frontend

Repository files navigation

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.