From 16e5bb6ae79797800f6c2f0f4740224610cdb329 Mon Sep 17 00:00:00 2001
From: shaun <shaun@metabase.com>
Date: Thu, 19 Oct 2023 15:44:53 -0500
Subject: [PATCH] Add `yarn dev` to dev environment doc (#34860)

---
 docs/developers-guide/devenv.md | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/docs/developers-guide/devenv.md b/docs/developers-guide/devenv.md
index d7a1a09b2ae..b21ea413060 100644
--- a/docs/developers-guide/devenv.md
+++ b/docs/developers-guide/devenv.md
@@ -13,7 +13,13 @@ Both components are built and assembled together into a single JAR file. In the
 
 ## Quick start
 
-To spin up a development environment, you'll need to start two terminal sessions: one for the [frontend](#frontend) and one for the [backend](#backend).
+To spin up a development environment, run:
+
+```
+yarn dev
+```
+
+This runs both the [frontend](#frontend) and [backend](#backend).  Alternatively, you can run them separately in two terminal sessions below.
 
 ### Frontend
 
-- 
GitLab