Skip to content

Latest commit

 

History

History
50 lines (33 loc) · 459 Bytes

README.md

File metadata and controls

50 lines (33 loc) · 459 Bytes

PROJECT_NAME

Prerequisites

  • Node.js v20
  • PNPM v9

Usage

Install dependencies

$ pnpm install

Compiles and hot-reloads for development

$ pnpm dev

Compiles and minifies for production

$ pnpm build

Locally preview the production build

$ pnpm preview

Lints and fixes files

$ pnpm lint

Check types

$ pnpm check

Runs unit tests

$ pnpm test