An extensible, open source, Git-based, React CMS for static sites. Reusable congiuration with React as peer.
npm install netlify-cms-appnetlify-cms package, but is designed for use with extensions. It serves that purpose in the following ways.- It does not automatically initialize - you must run the CMS init method.
- It does not include react or react-dom - they are required as peer dependencies.
- It does not include the following extensions:
- [netlify-cms-media-library-cloudinary]
- [netlify-cms-media-library-uploadcare]
``html`
Install via npm:
``
npm i react react-dom netlify-cms-app
`js
import CMS from 'netlify-cms-app';
CMS.init();
``