What problem does it solve?
This Skill streamlines the setup, management, and debugging of the milkup desktop application's development environment, ensuring a smooth and efficient coding experience.
Core Features & Use Cases
- Environment Setup: Guides users through installing necessary dependencies and configuring the development environment.
- Development Workflow: Provides commands to start the development server, run the Electron app, and leverage hot-reloading.
- Debugging Assistance: Offers insights into debugging techniques for both the main and renderer processes, and helps troubleshoot common issues.
- Use Case: A new developer joins the milkup project and needs to quickly set up their local environment to start contributing. They can use this Skill to get the project running locally within minutes.
Quick Start
Run pnpm run dev to start the milkup development server and launch the Electron application.