PrivacySafe client side 3NWeb platform bundles this app. Launcher allows user to start, install and update 3NWeb apps in user's 3NWeb system.
pnpm is needed.
To initialize tooling in project's folder, run in terminal:
pnpm install --frozen-lockfileTo compile app, do:
pnpm run build
this should create an app folder. app folder together with manifest.json constitute complete 3NWeb app built.
This app uses Vue 3 framework with pinia storage.
Code is provided here under GNU General Public License, version 3.