idai-field-core
v1.4.0
Published
Field Core
Downloads
60
Keywords
Readme
Field Core
This package contains shared code for the different Field packages.
Development
Trigger build manually, such that other projects have access to the latest changes:
$ npm run build
Run tests:
$ npm t
Continuously watch and test:
$1 npm run build:watch
$2 npm run test:watch