From bc7c3f9216c0fa834b37c9103f500336290e97f4 Mon Sep 17 00:00:00 2001 From: soelen Date: Tue, 18 Feb 2020 12:55:16 +0100 Subject: [PATCH] chore: highlight that yarn is required in readme (#584) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2c830984d..06dcfb70f 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ For some more details see the [announcement blog post](https://medium.com/ing-bl We do have a [live Storybook](http://lion-web-components.netlify.com) which shows all our components. +**Please note:** This project uses Yarn [Workspaces](https://classic.yarnpkg.com/en/docs/workspaces). If you want to run all demos locally you need to get [Yarn](https://classic.yarnpkg.com/en/docs/install) and install all depencies by executing `yarn install`. + ## How to install ```bash