skills/smithery.ai/replit-local-dev-loop

replit-local-dev-loop

Installation
SKILL.md

Replit Local Dev Loop

Overview

Configure the Replit Workspace development cycle: run commands, hot reloading, port configuration, Webview preview, dev/production database separation, and Replit Agent for AI-assisted building.

Prerequisites

  • Replit App with .replit configured
  • Node.js or Python project initialized
  • Familiarity with Replit Workspace UI

Instructions

Step 1: Configure Run Commands

# .replit — run determines what happens when you click "Run"

# Simple string command
run = "npm run dev"
Installs
1
First Seen
Apr 16, 2026
replit-local-dev-loop from smithery.ai