From 96f3efee1ee2d011688b7d13f59557c3a5994313 Mon Sep 17 00:00:00 2001 From: Steven Bal Date: Tue, 28 May 2024 10:22:34 +0200 Subject: [PATCH] :memo: Add npm install to README --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 51686bec..c2f767f9 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,12 @@ For (code) contributions that do fit the goals of this library, please follow th nvm use ``` -2. Start Storybook in dev mode for component development: +2. Install the dependencies +```bash +npm install +``` + +3. Start Storybook in dev mode for component development: ```bash npm run compilemessages