/module-template

Template Module for OWD Client

Primary LanguageTypeScriptMIT LicenseMIT

Template Module

Quick start a new Open Web Desktop module.

Overview

A template for your new Open Web Desktop module.

Getting started

  1. Use this template for a new repository or simply download it into your /packages directory:

    cd <your-owd-client-path>/packages
    wget -O - https://github.com/owdproject/app-template/archive/refs/heads/main.zip | unzip -d module-template -
  2. Register the app in your desktop configuration file:

    // /desktop/owd.config.ts
    export default defineDesktopConfig({
      apps: ['owd-module-template'],
    })
  3. Reinstall dependencies in your workspace to enable internal linking:

    pnpm install

License

This application is released under the MIT License.