Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 717 Bytes

File metadata and controls

32 lines (21 loc) · 717 Bytes

Shared Modules

Project dependencies Status Project devDependencies Status

Shared modules for use between web and mobile apps.

Running project

yarn start

Will compile and start watching for changes in library.

Running tests

yarn test

Fix all autofixable errors

yarn lint:fix

Production build

yarn build