GrapesJS Plublish S3
This enables you to publish rendered html from grapesJs to S3.
Summary
- Plugin
- Name:
grapesjs-plugin-publish-s3
- Options:
- accessKeyId:
<AWS Access key Id>
, - secretAccessKey:
<Aws secret access key>
, - sessionToken:
<AWS Sessions Token>
- accessKeyId:
- Name:
Download
npm i grapesjs-plugin-publish-s3
Usage
Development
Clone the repository
$ git clone https://github.com/chaitanya11/grapesjs-plugin-publish-s3.git$ cd grapesjs-plugin-publish-s3
Install it
$ npm i
The plugin relies on GrapesJS via peerDependencies
so you have to install it manually (without adding it to package.json)
$ npm i grapesjs --no-save
Start the dev server
$ npm start
License
BSD 3-Clause