Skip to content

Commit 49a851e

Browse files
authored
Merge pull request #42 from Kreezag/patch-1
Update info in contributing/frontend.md
2 parents 2ff20f2 + f450a99 commit 49a851e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/contributing/frontend.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ specific areas you're interested in or questions about the architecture, feel fr
1515

1616
## Server requirements
1717

18-
1. NodeJS 18.x
19-
2. npm 9.x
18+
1. NodeJS >=20.x (22.x is prefare)
19+
2. Yarn >=1.22.x
2020

2121
## Installation
2222

@@ -25,7 +25,7 @@ specific areas you're interested in or questions about the architecture, feel fr
2525
3. Run NodeJS server `yarn dev`
2626
4. Open http://localhost:3000
2727

28-
You can also run Storybook `yarn sb` to see all components in isolation with mocked data.
28+
In dev mode you are able to see Storybook components in isolation with mocked data by the link http://localhost:6006.
2929

3030
---
3131

0 commit comments

Comments
 (0)