0.0.1 • Published 3 years ago
@sctlib/web-site-element v0.0.1
modular web-site-element
- web-component to fetch and render data, to build web pages
- netlify-cms configuration to manage the data with a GUI interface
It is a configuration to make a modular content management, and display system.
It should allow to create all sort of content, later rendered by their type.
Devlopment usage
You will need
node.jsinstalled (seenvmfor installation method).
Run a local netlify-cms development server.
npx netlify-cms-proxy-serverIt will commit changes to the local folders, if the admin/options[config.local_backend] is set to true.
Production
To be able to use the CMS in production, on the live server, and make edits directly to the git repository at the git provider:
Update the file at:
admin/options[config.backend]0.0.1
3 years ago