Browse Source

docs: update to point to new contributing guide (#6118)

pull/6123/head
Daniel Starns 1 year ago
committed by GitHub
parent
commit
e871d0ff31
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 18
      README.md

18
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

Loading…
Cancel
Save