From 41a36274a2f8d85a07c1739aa6eaec4fb754f072 Mon Sep 17 00:00:00 2001 From: Ben Houston Date: Sat, 22 Jul 2023 16:38:58 -0400 Subject: [PATCH] update readme to reference the template monorepository setup. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index d5323270..6b9433ee 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,10 @@ To do a full development build with hot reloading and a built-in dev server (via npm run dev ``` +If you are curious about the monorepository setup, you can read more about it here: + +https://github.com/bhouston/template-modern-typescript-monorepo + ## Command Line Examples The example behavior graphs are in the `/examples` folder. You can execute these from the command line to test out how this library works.