This is a "integrated development environment" (IDE) that lets you develop And host progressive web apps (PWA), static web sites, and Node.JS services (with database).
When creating Node.JS script, replace the port-nr
with /sock/nameofapp and the app will be accessible from
http://nameofapp.%USERNAME%.%DOMAIN%
Or if you just want to make a static web site/app,
place the files in %HOMEDIR%wwwpub/ folder,
and they can be accessed from http://%USERNAME%.%DOMAIN%/
Press F1 to see documents/manual, and feel free to send questions and feedback to editor@webtigerteam.com
Useful keyboard shortcuts are Ctrl+O to open files, Tab for auto-completions, and Ctrl+S to save. Or right click with the mouse to see more options.
To get started, look at the PWA example in %HOMEDIR%wwwpub/
or deploy a blog website using the static site generator.