https://github.com/tolgee/editor
https://github.com/tolgee/editor
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tolgee/editor
- Owner: tolgee
- Created: 2024-01-25T16:30:20.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-18T09:58:57.000Z (over 1 year ago)
- Last Synced: 2025-06-19T11:42:02.090Z (12 months ago)
- Language: TypeScript
- Size: 938 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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
```