Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 469 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 469 Bytes

@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