From 0d52d551dc852b8c76f675c1fa0518d2c91cbf05 Mon Sep 17 00:00:00 2001
From: Christoph Reiter <reiter.christoph@gmail.com>
Date: Tue, 10 Nov 2020 15:31:49 +0100
Subject: [PATCH] README: add a short note re yarn and lerna

---
 README.md | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/README.md b/README.md
index 69c5532b..57441c84 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,13 @@
 # Frontend Toolkit
 
+## Overview
+
+This repository uses [yarn 1.x](https://classic.yarnpkg.com) workspaces to link
+multiple separate packages together and to hoist all shared dependencies to the
+top level node_modules.
+
+In addition we use [lerna](https://lerna.js.org/) for running commands for all contained packages (until we switch to yarn 2.x which should support this directly).
+
 ## Setup
 
 ```
-- 
GitLab