- Run
pnpm i
to install dependencies. - Run
pnpm setup
to setup git hooks. (First time only)
command | description |
---|---|
pnpm i |
Install dependencies |
pnpm pos (dev |build |preview |typecheck ) |
Run commands in services/pos |
pnpm mobile (dev |build |start |typecheck ) |
Run commands in services/mobile |
pnpm common (typecheck |test: (unit |db )) |
Run commands in modules/common |