/editor

Primary LanguageTypeScript

@tginternal/editor package

Package which contains codemirror and other parsing tools plugin for Tolgee format, so it can be used in Tolgee Platform and also in SDKs.

Setup locally

Install dependencies

npm install

Run UI - runs a playground UI, where you can check the example editor

npm run dev

Build the package

npm run build

If you want to test the package locally, you can also build in watch mode

npm run build:watch