A Node.js script for backing up content locally from a Storyblok space with the Management API
This Node.js script allows you to back up the content of a Storyblok space using the Storyblok Management API. It fetches all stories from the specified space, saves them as individual JSON files, and stores them in a local backup folder.
Install the dependencies:
npm install
- Backup your content locally:
npm run backup
The command will ask for your space access token, and once you've inputted it, you can then backup successfully.