0.1.0 • Published 12 months ago

@owdproject/app-debug v0.1.0

Weekly downloads
-
License
GPL-3.0-or-later
Repository
-
Last release
12 months ago

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',
        ]
    })

License

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

0.1.0

12 months ago

0.0.3

12 months ago

0.0.2

1 year ago

0.0.1

1 year ago