From 312a4169ec52bf8eb2f15ea0fce217d921f84b09 Mon Sep 17 00:00:00 2001 From: David Edler Date: Mon, 11 Nov 2024 19:44:06 +0100 Subject: [PATCH 1/2] chore: update contributing guidelines to readme Signed-off-by: David Edler --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 9e6e265..2c7b9ac 100644 --- a/README.md +++ b/README.md @@ -17,3 +17,11 @@ https://react-restart.github.io/ui/ ```sh npm install --save @restart/ui ``` + +## Contributing + +Checkout the repo and setup the project: + +1. Bootstrap your environment `yarn bootstrap` +2. Start the development server `yarn start` +3. There is no step 3 :) From 6a54bdd420d77ca22ed1a3fef239076b28c8edbc Mon Sep 17 00:00:00 2001 From: Kyle Tsang <6854874+kyletsang@users.noreply.github.com> Date: Mon, 18 Nov 2024 22:15:48 -0800 Subject: [PATCH 2/2] Remove unnecessary step from README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 2c7b9ac..0c0a626 100644 --- a/README.md +++ b/README.md @@ -24,4 +24,3 @@ Checkout the repo and setup the project: 1. Bootstrap your environment `yarn bootstrap` 2. Start the development server `yarn start` -3. There is no step 3 :)