Forked from codedredd/pinia-orm
- Clone this repository
- Enable Corepack using
corepack enable(usenpm i -g corepackfor Node.js < 16.10) - Install dependencies using
pnpm install - Build normalizr package:
pnpm build - Run interactive tests using
cd packages/pinia-orm && pnpm test:ui