1.0.2 • Published 1 year ago

@raketa-cms/raketa-rte v1.0.2

Weekly downloads
22
License
MIT
Repository
-
Last release
1 year ago

Install

yarn add "@raketa-cms/raketa-rte"

Development

In a terminal session from the project's directory run:

  • yarn
  • yarn start

In another terminal session in the project's directory run:

  • yarn link

In a terminal for a project using this npm package run the following command:

  • yarn link "@raketa-cms/raketa-rte"
  • yarn install

Note when you want to stop using the local package:

  • yarn unlink "@raketa-cms/raketa-rte"
  • yarn install

Build and publish

  1. yarn build
  2. yarn publish

Usage

TODO: Add documentation