This app for Open Web Desktop is a basic terminal to interact with other apps.
-
Navigate to your client folder in your terminal:
cd owd-client
-
Install the desktop module using npm or yarn:
npm install @owdproject/app-terminal
-
Register the application in your desktop configuration file:
// owd.config.ts export default defineDesktopConfig({ apps: [ '@owdproject/app-terminal', ] })
The application is compatible with Open Web Desktop client version 3.0.0-alpha.6
.
The application is released under the GNU General Public License v3.