Add intro to explain the project
This commit is contained in:
parent
b5e0061247
commit
516b0fe4df
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user