Skip to content

owdproject/owd-app-about

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About module for OWD Client

So you just installed Open Web Desktop... hm

OWD About module demo

Join us on Discord Become a Patron

Overview

A module that displays some basic information about OWD

Quick install

  • 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,
        ]
      },
      ...

Compatibility

  • Open Web Desktop client v2.0.0-beta.4

License

This project is released under the MIT License

Releases

No releases published

Packages

No packages published