Merch
open sources store for pet, building with ❤ Next.js
git clone https://github.com/castrogarciajs/merch
we use pnpm
if you do not have pnpm, install it with
npm install -g pnpm
Getting started for merch,
pnpm install
pnpm dev
Run test and Lint for mech
we use eslint
look at the rules in file .eslintrc
pnpm lint
For testing use vitest
Test start
pnpm test
Test dev
pnpm test.dev
Test ui
pnpm test.ui
Test coverage
pnpm test.coverage
This project use license MIT