From 93e4170b9b9248144dfe40fadfa23c6555631700 Mon Sep 17 00:00:00 2001 From: Alexander Brandon Coles Date: Fri, 6 Dec 2024 14:13:08 +0000 Subject: [PATCH] Add missing step to "How to run" instructions --- docs/contributors/setup.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/contributors/setup.md b/docs/contributors/setup.md index 5624610039..b76c2bd48b 100644 --- a/docs/contributors/setup.md +++ b/docs/contributors/setup.md @@ -16,6 +16,7 @@ Starting from view_components root directory 1. `script/setup` - Setups up the whole project, but also bundle installs dependencies for the demo app. +2. `script/dev` - run the Lookbook. 2. Visit [localhost:4000/](localhost:4000/). 3. Have a look at the documentation on [how to add a component](./adding-components.md) , if you are planning on new components.