Replies: 3 comments 5 replies
-
It is much easier than that! You can use it through the browser and then install it locally like this: https://github.com/zalo/CascadeStudio/blob/master/icon/Installable.gif |
Beta Was this translation helpful? Give feedback.
-
ok I can install a chrome app nice! but I can't save or load a file? does the app needs a network-connection? And how does it work in firefox and how offline? |
Beta Was this translation helpful? Give feedback.
-
I have described the installation procedure at the following location: Here is the text of that section: 2.2. Local installation 2.2.1. Using a local web server The approach with the VS Code live server is indeed very simple. Follow these steps:
The server seems to run really inside VS Code, so if you quit VS Code the local version of CascadeStudio will also be shut down. 2.2.2. Install CascadeStudio as a Progressive Web App An even simpler approach is to install CascadeStudio as a Progressive Web App (PWA). A PWA is a local - almost native - application that can run even without an internet connection. This is achieved by installing a socalled "service worker" that continues to provide the functionality of a web application by using a local cache. To the user the PWA looks identical to a normal application that is installed on the computer. It can be installed in the applications folder and the icon can be shown on the desktop and task bar (or dock). To install CascadeStudio as a Web App perform the following steps:
|
Beta Was this translation helpful? Give feedback.
-
Hi, I'am not verry used to *.js: so how to start the cascadestudio locally?
for example on a debian testing I start with
please bootme up ..
Beta Was this translation helpful? Give feedback.
All reactions