Skip to content
Snippets Groups Projects
Unverified Commit 16e5bb6a authored by shaun's avatar shaun Committed by GitHub
Browse files

Add `yarn dev` to dev environment doc (#34860)

parent a0667fd3
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment