Skip to content
This repository has been archived by the owner on Nov 16, 2022. It is now read-only.
/ shards-module Public archive

ShatterCMS submodule for handling block-based web content.

License

Notifications You must be signed in to change notification settings

shattercms/shards-module

Repository files navigation

ShatterCMS Shards

Test Status Downloads Version Types License

ShatterCMS submodule for handling block-based web content.

Getting Started

Installation

# npm
$ npm install @shattercms/shards

# yarn
$ yarn add @shattercms/shards

Add the module to your ShatterCMS config file.

export default {
  modules: ['@shattercms/shards'],
};

License

This project is licensed under the MIT License.

See LICENSE for more information.