From 6b53c309c0b2b0506bdeacf556cd351244c3e3af Mon Sep 17 00:00:00 2001 From: danstarns Date: Tue, 3 Sep 2024 12:05:36 -0700 Subject: [PATCH] docs: update to point to new contributing guide --- README.md | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index d041db4f55..a38a0b7b4c 100644 --- a/README.md +++ b/README.md @@ -89,21 +89,7 @@ For a more practical example I'd suggest looking up the code inside this demo: h ## Development -Clone the repository and install all the necessary dependencies (`yarn` is highly recommended) - -```sh -$ git clone https://github.com/GrapesJS/grapesjs.git -$ cd grapesjs -$ yarn -``` - -Start the dev server - -```sh -$ yarn start -``` - -Once the development server is started you should be able to reach the demo page (eg. `http://localhost:8080`) +Follow the [Contributing Guide](https://github.com/GrapesJS/grapesjs/blob/master/CONTRIBUTING.md). ## Documentation @@ -116,7 +102,7 @@ API References could be found here: [API-Reference] ## Testing ```sh -$ yarn test +$ pnpm test ``` ## Plugins