Skip to content

owdproject/app-debug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Debug

Debug App for your Open Web Desktop client.

Overview

This app for Open Web Desktop is a test module that displays information about windows.

Installation

  1. Navigate to your client folder in your terminal:

    cd owd-client
  2. Install the desktop module using npm or yarn:

    npm install @owdproject/app-debug
  3. Register the application in your desktop configuration file:

    // owd.config.ts
    export default defineDesktopConfig({
        apps: [
            '@owdproject/app-debug',
        ]
    })

Compatibility

The application is compatible with Open Web Desktop client version 3.0.0-alpha.6.

License

The application is released under the GNU General Public License v3.

Releases

No releases published

Packages

No packages published