From 0f7eb540b68ea75c3199a6d4e54aef7e54bebeec Mon Sep 17 00:00:00 2001 From: Jon Udell Date: Mon, 3 Oct 2022 01:36:20 -0700 Subject: [PATCH] Update dashboard README to improve local dev instructions --- ui/dashboard/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/dashboard/README.md b/ui/dashboard/README.md index 88a129ed5..ac2a832c5 100644 --- a/ui/dashboard/README.md +++ b/ui/dashboard/README.md @@ -8,7 +8,7 @@ This will allow you to develop the dashboards UI locally. To get started: ## Start Steampipe -- Start your local Steampipe service with `steampipe service start` (ensure you have navigated to your mod folder with `cd ` first) +- Start your local Steampipe service, and dashboard service, with `steampipe dashboard` (ensure you have navigated to your mod folder with `cd ` first) ## UI Setup @@ -50,4 +50,4 @@ Your default browser will open up the component library. - Add a folder for the new hierarchy type and add `index.tsx` - Ensure you call `registerComponent` before the export - Import this new hierarchy in `ui/dashboard/src/utils/registerComponents.ts` -- Add Storybook stories for your component in `index.stories.js` \ No newline at end of file +- Add Storybook stories for your component in `index.stories.js`