Service that subscribes to and propagates Pryv.io component configuration changes from service-config-leader.
Prerequisites: Node.js 16, just
Then:
just setup-dev-env
just install
to install node modules
Running just
with no argument displays the available commands (defined in justfile
).
just test [...params]
- Extra parameters at the end are passed on to Mocha (default settings are defined in
.mocharc.js
) - Replace
test
withtest-detailed
,test-debug
,test-cover
for common presets
- release github workflow has been archived in
archives
it needs to rewritten to publish on dockerHub