GrapesJS Plugin Social
npm install grapesjs-plugin-social|Option|Description|Default|
|-|-|-
|option1|Description option|default value|
* NPM
* npm i grapesjs-plugin-social
* GIT
* git clone https://github.com/omarmd1986/grapesjs-plugin-social.git
``html
`
Clone the repository
`sh`
$ git clone https://github.com/omarmd1986/grapesjs-plugin-social.git
$ cd grapesjs-plugin-social
Install dependencies
`sh`
$ npm i
The plugin relies on GrapesJS via peerDependencies so you have to install it manually (without adding it to package.json)
`sh`
$ npm i grapesjs --no-save
Start the dev server
`sh``
$ npm start
BSD 3-Clause