An open API service indexing awesome lists of open source software.

https://github.com/owdproject/app-template

Template App for OWD Client
https://github.com/owdproject/app-template

owd-apps owd-client webdesktop

Last synced: 11 months ago
JSON representation

Template App for OWD Client

Awesome Lists containing this project

README

          




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:

```bash
cd /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:

```typescript
// /desktop/owd.config.ts
export default defineDesktopConfig({
apps: ['owd-app-template'],
})
```

3. Reinstall dependencies in your workspace to enable internal linking:

```bash
pnpm install
```

## License

This application is released under the [MIT License](LICENSE).