Launches the Kakutey bookkeeping application by orchestrating the Electron frontend and FastAPI backend services.
The Kakutey Launcher skill simplifies the development and operational workflow for the Kakutey bookkeeping application. It automates the complex startup sequence, ensuring that the Angular-based Electron frontend and the FastAPI backend are initialized in the correct order with proper port configurations. By handling environment variables and directory navigation, this skill allows users to move from a terminal environment to a fully functional application state in seconds, making it an essential tool for local development and bookkeeping tasks.
Key Features
010 GitHub stars
02Automated dual-service orchestration for Electron and FastAPI.
03Standalone backend execution mode for isolated testing.
04Support for both npm-based and Python-scripted launch methods.
05Integrated environment variable validation for directory paths.
06Smart port management for Angular (4200) and uvicorn (8000).
Use Cases
01Starting the application prior to performing accounting or data operations.
02Troubleshooting service dependencies and port availability.
03Initializing the full Kakutey development environment with a single command.