Sort ascending | Sort descending |
---|---|
-
First, install the dependencies:
pnpm install
-
Run the development server:
pnpm dev
-
Run the test:
pnpm test
Run the test in watch mode:
pnpm test:watch
Run the test with coverage:
pnpm test:coverage
-
Build the project:
pnpm build