Debug app for your Open Web Desktop client
A module to test out OWD and see how windows work
- Move to your client folder, then
# Install this module with Npm npm install https://github.com/owdproject/owd-app-debug # Or using Yarn yarn add https://github.com/owdproject/owd-app-debug
- Define this module in
owd-client/client.extensions.ts
import DebugModule from "owd-app-debug"; export default { modules: { app: [ DebugModule, ] }, ...
- Open Web Desktop client v2.0.0-beta.4
This project is released under the MIT License