Skip to content

owdproject/module-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Template Module for OWD Client

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published