Crossplatform desktop client written in JavaScript, making use of modern web technologies like Electron and
crypto.subtle
Use node 14.17.1
nvm install 14.17.1
nvm use 14.17.1
Use npm
npm install
# install dependencies
npm install
# run client
npm run start
# build electron application for production, where {arch} = win, mac or linux
npm run build-{arch}