From d0d5f73f8aba8d31f92553674fbd5faad49493f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20R=C3=B6sel?= <320272+Traxmaxx@users.noreply.github.com> Date: Thu, 12 Oct 2023 17:06:28 +0200 Subject: [PATCH] fix: adress review comments --- dashboard/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dashboard/README.md b/dashboard/README.md index 9a53d1d0e..ef3fbb7d9 100644 --- a/dashboard/README.md +++ b/dashboard/README.md @@ -6,7 +6,7 @@ Full frontend stack: `Next.js`, `Typescript`, `Tailwind`, `Storybook`, `Jest` & Follow the [Contribution Guide](https://github.com/tailwarden/komiser/blob/develop/CONTRIBUTING.md#contributing-to-komiser-dashboard-ui) first if you haven't done so already. Then come back here and follow the next steps: -1. run the development server: +1. Run the development server: ```bash # From the Komiser root folder start the Komiser server, run: @@ -19,7 +19,7 @@ NEXT_PUBLIC_API_URL=http://localhost:3000 npm run dev NEXT_PUBLIC_API_URL=http://localhost:3000 ``` -2. open [http://localhost:3002/](http://localhost:3002). If you see the dashboard, congrats! It's all up and running correctly. +2. Open [http://localhost:3002/](http://localhost:3002). If you see the dashboard, congrats! It's all up and running correctly. image > If you get an error page such as this, please refer to the logs and our [docs](https://docs.komiser.io/docs/introduction/getting-started).