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).