Skip to content

Commit e871d0f

Browse files
authored
docs: update to point to new contributing guide (#6118)
1 parent 9360241 commit e871d0f

File tree

1 file changed

+2
-16
lines changed

1 file changed

+2
-16
lines changed

README.md

+2-16
Original file line numberDiff line numberDiff line change
@@ -89,21 +89,7 @@ For a more practical example I'd suggest looking up the code inside this demo: h
8989

9090
## Development
9191

92-
Clone the repository and install all the necessary dependencies (`yarn` is highly recommended)
93-
94-
```sh
95-
$ git clone https://github.com/GrapesJS/grapesjs.git
96-
$ cd grapesjs
97-
$ yarn
98-
```
99-
100-
Start the dev server
101-
102-
```sh
103-
$ yarn start
104-
```
105-
106-
Once the development server is started you should be able to reach the demo page (eg. `http://localhost:8080`)
92+
Follow the [Contributing Guide](https://github.com/GrapesJS/grapesjs/blob/master/CONTRIBUTING.md).
10793

10894
## Documentation
10995

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

118104
```sh
119-
$ yarn test
105+
$ pnpm test
120106
```
121107

122108
## Plugins

0 commit comments

Comments
 (0)