Skip to content

owdproject/app-template

Repository files navigation

Template App

Quick start a new Open Web Desktop application.


Overview

A template for your new Open Web Desktop application.

Getting started

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

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

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

    pnpm install

License

This application is released under the MIT License.

About

Template App for OWD Client

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project