Skip to content

Commit

Permalink
fix: adress review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Traxmaxx committed Oct 12, 2023
1 parent 757f39d commit d0d5f73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dashboard/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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.
<img width="1411" alt="image" src="https://user-images.githubusercontent.com/13384559/224318056-3d2c68bc-aa56-49c8-841a-bb297e380dc9.png">

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

0 comments on commit d0d5f73

Please sign in to comment.