Getting Started
Quick Start
Quick Start
Get up and running with DevDock in under 2 minutes.
Step 1: Install DevDock
Download the latest release for your OS from the releases page and install it.
Step 2: Add Your First Service
- Open DevDock
- Navigate to the Services page from the sidebar
- Click the + Add Service button
- Fill in the service details:
json{ "name": "My React App", "command": "npm run dev", "cwd": "/path/to/your/project", "port": 3000, "autoStart": true, "autoRestart": true }
Step 3: Start Monitoring
Head to the Dashboard to see real-time CPU and memory usage for your services. DevDock will display live charts and status indicators for each running service.
Step 4: View Logs
Navigate to the Logs page to see aggregated output from all your services in one place. You can filter by service and search through log entries.