So you just installed Open Web Desktop... hm
A module that displays some basic information about OWD
- Move to your client folder, then
# Install this module with Npm npm install https://github.com/owdproject/owd-app-about # Or using Yarn yarn add https://github.com/owdproject/owd-app-about
- Define this module in
owd-client/client.extensions.ts
import AboutModule from "owd-app-about"; export default { modules: { app: [ AboutModule, ] }, ...
- Open Web Desktop client v2.0.0-beta.4
This project is released under the MIT License