Skip to content

Commit

Permalink
docs: update to point to new contributing guide (#6118)
Browse files Browse the repository at this point in the history
  • Loading branch information
danstarns authored Sep 4, 2024
1 parent 9360241 commit e871d0f
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -116,7 +102,7 @@ API References could be found here: [API-Reference]
## Testing

```sh
$ yarn test
$ pnpm test
```

## Plugins
Expand Down

0 comments on commit e871d0f

Please # to comment.