Development testing backend for Netlify CMS
npm install netlify-cms-backend-testThe backend behind https://cms-demo.netlify.com/.
Used for demo purposes only.
Implementation for File Management System API based on simple JS objects:
``js`
window.repoFiles // json file-system tree
window.repoFilesUnpublished // flat file list
AuthenticationPage - A component which allow skip login screen` for demo purposes.
Look at tests or types for more info.