Skip to content
René Preuß edited this page Oct 9, 2024 · 2 revisions

OWN3D Pro Desktop Wiki

Welcome to the OWN3D Pro Desktop Wiki! This guide is designed to provide detailed instructions and explanations for developers working on the OWN3D Pro Desktop application. Whether you're diving into frontend development, desktop-specific features, or handling releases, this wiki will help you navigate key processes like testing, debugging, and release management.

Important

This documentation is intended only for developers working on the OWN3D Pro Desktop project. If you're a customer or seeking general assistance, please refer to our official README file for user guides and instructions.

Frontend Development

For testing the frontend locally, you can launch the application using the following command. It will start the frontend in localhost mode:

PS C:\Users\Ghost\AppData\Local\own3d_desktop> .\own3d-desktop.exe -- --localhost

This will allow you to debug and work with the pro-frontend in the desktop context.

Desktop Development

To work on the desktop-specific aspects of the application, use the following command from your local repository. This will start the desktop app in localhost mode:

C:\Users\Ghost\git\own3d-desktop>yarn start -- -- --localhost

Release Management

Details on release management will be explained here soon.

Clone this wiki locally