From e871d0ff31f3baf5565dfe67e5fb575d55e1b294 Mon Sep 17 00:00:00 2001 From: Daniel Starns Date: Wed, 4 Sep 2024 00:16:16 -0700 Subject: [PATCH] docs: update to point to new contributing guide (#6118) --- README.md | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index d041db4f5..a38a0b7b4 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