What problem does it solve?
This Skill removes the friction of manually starting and coordinating the local development environment for the House project. It gets the backend and frontend running together so you can immediately work on Django pages, the API, and the Vite-powered UI.
Core Features & Use Cases
- Backend startup: Runs the Django server on the expected local port for app and API work.
- Frontend startup: Starts the Vite dev server for React development and hot module reloading.
- Session setup: Useful at the beginning of a coding session when you need the full house stack online and verified.
- Developer convenience: Surfaces the key local URLs, logs, and demo account details in one place.
Quick Start
Use the dev skill to start the House local development stack and show me the important URLs and logs.