From 516b0fe4dfa1428bb431caa1f7a2e89b7895e28b Mon Sep 17 00:00:00 2001
From: A McIlwraith <am@noreply.localhost>
Date: Sat, 11 Jan 2025 13:08:34 -0500
Subject: [PATCH] Add intro to explain the project

---
 Readme.md | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/Readme.md b/Readme.md
index 2f0f514..52a1f43 100644
--- a/Readme.md
+++ b/Readme.md
@@ -1,4 +1,7 @@
-# DS2 Core
+# DS2-core
+DS2-core is a lightweight PugJS-based framework for building design systems. 
+
+The design system compiles to mostly pure HTML, SCSS and JavaScript. There are a few enhanced parts that use PHP in order to handle non-critical tasks Zip files on the fly to collect component JavaScript and SCSS. PugJS is used because it can handle some of the automation such as creating includes making components extremely modular.
 
 ## Requirements 
 The requirements for ds2-core are pretty light. You'll want to be able to process [PugJS](https://pugjs.org/api/getting-started.html) (formerly Jade) and [SCSS](https://sass-lang.com/documentation/) -- and that's about it.