# incubator-resilientdb-orbit **Repository Path**: mirrors_apache/incubator-resilientdb-orbit ## Basic Information - **Project Name**: incubator-resilientdb-orbit - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-04-23 - **Last Updated**: 2025-04-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ResilientDB Orbit ResilientDB Orbit is a lightweight desktop launcher to spin up ResilientDB and its core services in one click, perfect for handling development, rapid testing, and local experimentation. ## Setup ``` bun i ``` ## Useful commands ### Start dev server ``` bun run tauri dev ``` ### Build executable ``` bun run tauri build ```