Hi,
How can I ( build and) package a Theia Browser application into something selfcontained and distributable?
I know how to do this for Electron.
/Patrik
Hi,
How can I ( build and) package a Theia Browser application into something selfcontained and distributable?
I know how to do this for Electron.
/Patrik
Hey @patna,
there are multiple ways how to do this, the easiest is arguably to wrap it in a Docker image. See here for some inspiration on how to do this.
thanks