@owdproject/app-debug
v0.1.0
Published
Debug App for your Open Web Desktop client
Maintainers
Readme
Overview
This app for Open Web Desktop is a test module that displays information about windows.
Installation
Navigate to your client folder in your terminal:
cd owd-clientInstall the desktop module using npm or yarn:
npm install @owdproject/app-debugRegister 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.
