Browse Source

docs: update to point to new contributing guide

pull/6118/head
danstarns 1 year ago
parent
commit
6b53c309c0
  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 ## Development
Clone the repository and install all the necessary dependencies (`yarn` is highly recommended) Follow the [Contributing Guide](https://github.com/GrapesJS/grapesjs/blob/master/CONTRIBUTING.md).
```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`)
## Documentation ## Documentation
@ -116,7 +102,7 @@ API References could be found here: [API-Reference]
## Testing ## Testing
```sh ```sh
$ yarn test $ pnpm test
``` ```
## Plugins ## Plugins

Loading…
Cancel
Save