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

https://github.com/audreyfeldroy/ckeditor5-build-writernaut

Custom CKEditor 5 Writernaut build based on the CKEditor 5 Classic build
https://github.com/audreyfeldroy/ckeditor5-build-writernaut

Last synced: 2 months ago
JSON representation

Custom CKEditor 5 Writernaut build based on the CKEditor 5 Classic build

Awesome Lists containing this project

README

        

ckeditor5-build-writernaut
========================================

Writernaut.com uses this custom CKEditor 5 build.

## Local Development

Fork this, then:

```
git clone [email protected]:yourusername/ckeditor5-build-writernaut.git
cd ckeditor5-build-writernaut
npm link
```

From your project:

```
npm link ckeditor5-build-writernaut
```

Then come back to this package directory and build it:

```
npm run build
```

To import it:

```
import WriternautEditor from "ckeditor5-build-writernaut";
```

To release a new package version:

```
np
```