This is a work in progress that should not be used for production.
This addon allows to fetch content from a Contentful space, edit this content and sync it back to Contentful. It allows for custom editing flows leveraging Google spreadsheets.
You must configure the add-on in order to sync content from a Contentful space, using an OAuth application.
Before working with the project, perform the following steps:
- run
npm install -g node-google-apps-script
to install it globally. This will allow you to run a few of the steps below from the command line. - Run
npm install -g gulp
if you do not already have the gulp task runner installed globally. - Clone this repository
- Run
npm install
In order to update your changes, run: gulp upload-latest --env dev