A template for your new Open Web Desktop application.
-
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 -
-
Register the app in your desktop configuration file:
// /desktop/owd.config.ts export default defineDesktopConfig({ apps: ['owd-app-template'], })
-
Reinstall dependencies in your workspace to enable internal linking:
pnpm install
This application is released under the MIT License.