Seine is a Javascript library of React components and utilities to view and edit structured content.
Dependencies
yarn add react react-dom draft-js styled-components
Content editor
yarn add @seine/editor
Content renderer
yarn add @seine/content
Run in development mode
yarn dev:start
Build and serve production static files
yarn build
yarn start
For other options see yarn start --help
command output.