From 016c835b4ec5b76d8f88685cc5e2151cc5c0c26a Mon Sep 17 00:00:00 2001 From: Alejandro Lembke Barrientos Date: Thu, 12 Oct 2023 00:54:03 +0000 Subject: [PATCH] PR-722301: Changing Readme.md file. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 24c2d2c..6e5dbe2 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,15 @@ # Create React Component Library -This project aims to have a starter kit for creating a new React Library with storybook. +This project is a React Library with storybook for a List App. ## Setup -To create a new project run in the terminal: +First clone the repo: ``` -npx @aleleba/create-react-component-library react-library +git clone git@github.com:aleleba/react-list-ui-library.git ``` Then run: ``` -cd react-library +cd react-list-ui-library ``` You will need to create a new .env file at the root of the project for global config. This is an exaple of config.