note: before you run the developer enviroment, we use an script to check the right version in
.nvmrc
nvm use
- Download Here
pnpm init
Commands For Development:
pnpm run dev
Command for Build:
pnpm run build
Command for Test + Coverage
pnpm run test
Command for Code Style and Prettier Formating
pnpm run lint
pnpm run lint:fix
pnpm run format
Command for generate React Icon SVG
pnpm run generate:icons
note before you run the script we need to drop the svg icon file in this directory ->
public/icons/svg
- Unit Test (Jest)
- Component Test (React-Testing-Library)
- E2E Test (Cypress) (Comming soon)
Crate with Vite
Deploy on Vercel Platform