From 839759fcbe5730001cef8da71d7bf70cff60eb9a Mon Sep 17 00:00:00 2001
From: "mintlify-development[bot]"
<109878554+mintlify-development[bot]@users.noreply.github.com>
Date: Fri, 24 Jul 2026 18:54:58 +0000
Subject: [PATCH] docs: note mint dev local preview in quickstart
---
quickstart.mdx | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/quickstart.mdx b/quickstart.mdx
index 4fc7601ca7..02822232fd 100644
--- a/quickstart.mdx
+++ b/quickstart.mdx
@@ -62,6 +62,10 @@ Find your exact URL on the **Overview** page of your [dashboard](https://app.min
## Make your first change
+
+ Working locally? Run [`mint dev`](/cli/index) from your documentation directory to preview changes at `http://localhost:3000` before pushing.
+
+