An open API service indexing awesome lists of open source software.

https://github.com/tolgee/editor


https://github.com/tolgee/editor

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# @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
```