File tree 1 file changed +2
-16
lines changed
1 file changed +2
-16
lines changed Original file line number Diff line number Diff line change @@ -89,21 +89,7 @@ For a more practical example I'd suggest looking up the code inside this demo: h
89
89
90
90
## Development
91
91
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 ) .
107
93
108
94
## Documentation
109
95
@@ -116,7 +102,7 @@ API References could be found here: [API-Reference]
116
102
## Testing
117
103
118
104
``` sh
119
- $ yarn test
105
+ $ pnpm test
120
106
```
121
107
122
108
## Plugins
You can’t perform that action at this time.
0 commit comments