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-envjust installto install node modulesjust buildfor 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.jsfiles) - Replace
testwithtest-debugto 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
archivesit needs to rewritten to publish on dockerHub