Getting Started To install everything in beginning, install pnpm. For OSX this can be as simple as: brew install pnpm Or: npm i -G pnpm Then install dependencies via: pnpm i To run in develop mode, run: pnpm dev Unit tests Run: pnpm test E2E tests Run: pnpm e2e