Web app for Pryv.io platform configuration. Also includes management of admin panel users and their permissions.
Prerequisites: Node.js 16, just
Then:
just setup-dev-env
just install
to install node modulesjust build
for the initial Vue build
Running just
with no argument displays the available commands (defined in justfile
).
The code is structured as a regular Vue 2 app, and follows the Semi-Standard style.
just test [...params]
- Extra parameters at the end are passed on to Mocha (default settings are defined in
.mocharc.js
files) - Replace
test
withtest-debug
to use the debugger
just serve [...params]
Then open it specifying the config leader service with https://l.backloop.dev:8080?pryvLeaderUrl={LEADER_URL}
(with LEADER_URL
set for example to https://lead.pryv.li
, or http://localhost:7000
for a locally running service)
just publish
check version in build script
./build/build
- review docker building process
- realease github workflow has been archived in
archives
it needs to rewritten to publish on dockerHub