From f83e09ca7995a3dde50643bbb27e4cb3dcbf72f1 Mon Sep 17 00:00:00 2001 From: A Coolman <153610820+ACoolmanTelicent@users.noreply.github.com> Date: Thu, 14 Mar 2024 13:57:17 +0000 Subject: [PATCH 1/3] update(README.md): tweaks Signed-off-by: A Coolman <153610820+ACoolmanTelicent@users.noreply.github.com> --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f3d4d0ea..51754c47 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # Telicent Design System (DS) -A component library to help developers create frontend applications for Telicent platform apps. Visit the [Storybook](https://telicent-oss.github.io/ds/) to learn more. +A component library to help developers create frontend applications for [Telicent.io](https://telicent.io/) platform apps. + +Visit the [Storybook](https://telicent-oss.github.io/ds/) to learn more. ## Install @@ -31,5 +33,5 @@ import { TeliStandardLayout } from '@telicent-oss/ds'; ```sh git clone https://github.com/Telicent-oss/telicent-ds.git cd telicent-ds -yarn storybook -``` \ No newline at end of file +yarn && yarn storybook +``` From 425b923277369086522b6cf6f378729f89797b76 Mon Sep 17 00:00:00 2001 From: A Coolman <153610820+ACoolmanTelicent@users.noreply.github.com> Date: Mon, 18 Mar 2024 15:10:28 +0000 Subject: [PATCH 2/3] update(README.md): tweak intro Signed-off-by: A Coolman <153610820+ACoolmanTelicent@users.noreply.github.com> --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 51754c47..115e90c3 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,11 @@ A component library to help developers create frontend applications for [Telicent.io](https://telicent.io/) platform apps. -Visit the [Storybook](https://telicent-oss.github.io/ds/) to learn more. +This repo contains: +1. ReactJS Components that adhere to the 1 _Design System rules_ +2. A generated [Storybook](https://telicent-oss.github.io/ds/), describing the components + +1 The _Design System rules_ are contained in a Figma file (private for now) ## Install From 2cbb27a71bacfef4f2b2ed8b57380b76b2e601de Mon Sep 17 00:00:00 2001 From: A Coolman <153610820+ACoolmanTelicent@users.noreply.github.com> Date: Tue, 19 Mar 2024 10:04:45 +0000 Subject: [PATCH 3/3] update(README.md) Signed-off-by: A Coolman <153610820+ACoolmanTelicent@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 115e90c3..3fee3b1e 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ A component library to help developers create frontend applications for [Telicent.io](https://telicent.io/) platform apps. This repo contains: -1. ReactJS Components that adhere to the 1 _Design System rules_ +1. ReactJS Components that adhere to the _Design System rules_1 2. A generated [Storybook](https://telicent-oss.github.io/ds/), describing the components 1 The _Design System rules_ are contained in a Figma file (private for now)