Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

PWA build

Cutls edited this page Apr 14, 2021 · 1 revision

TheDesk is a web-based app, so you can run it on a browser. Of course, the main stream is as Electron. Some features won't work as well as Electron.

You can run yarn build:pwa to build as PWA, including manifest.json and the ServiceWorker.

You have to rename node_modules to dependencies to run as a web application. (restricted by Netlify, but always you should do to run as PWA)

Check the app on Chrome or Firefox: Here (it follows the master branch, so not stable.)
Netlify Status