From 432ca84144e513c1d605e6bdda2640373a92fdcb Mon Sep 17 00:00:00 2001 From: sakofchit Date: Wed, 10 Aug 2022 17:44:49 -0400 Subject: [PATCH] more ctx --- README.md | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1c5d647..58c6120 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,13 @@ Fortunately, this library does not use any JavaScript and is compatible with any ## Getting Started There's a couple ways you can get started with System.css! -**Import from CDN** +**Import from CDN (easiest)** + +Add the following to your head tag: + +```html + +``` Here's some starter code to help you get started: ```html @@ -56,16 +62,24 @@ Here's some starter code to help you get started: ``` + **Import from [npmjs](https://www.npmjs.com/package/@sakun/system.css)** npm i @sakun/system.css +## Developing + +1. Clone the repository and run ```npm install``` +2. Run ```npm start``` to start the development environment. + +Everything you'll need can be found in [style.css](https://github.com/sakofchit/system.css/blob/main/style.css). + ## Contributing, Credits, etc. Thanks for checking this project out! This library was made in good fun and was largely inspired by [98.css](https://github.com/jdan/98.css). The Chicago 12pt and Geneva 9pt fonts are recreations by [@blogmywiki](https://twitter.com/blogmywiki) - System.css is still in beta! I recreated components based on Apple's Human Interface Guidelines. However, there's still a pretty good chance that I've might've missed/overlooked something essential. I've also had to recreate most of the assets, which can also be found here. + System.css is still in beta! I recreated components based on Apple's Human Interface Guidelines. However, there's still a pretty good chance that I've might've missed/overlooked something essential. I've also had to recreate most of the assets, which can also be found [here](https://github.com/sakofchit/system.css/tree/main/icon). If you find a bug, consider opening an issue. If there's something that you'd like to add, please feel free to create a PR!