Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 367 Bytes

README.md

File metadata and controls

43 lines (27 loc) · 367 Bytes

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