From 5e07cc4f84d3c02defb1163ade3d61dad6824e0e Mon Sep 17 00:00:00 2001 From: Maciej Bukowski Date: Wed, 4 Mar 2020 15:00:19 +0100 Subject: [PATCH] Updated docs. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index a80c57b..e490145 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,12 @@ This repository contains the following code: ### Testing the component (demo) +First, the CKEditor 5 build should be created of source files: + +```bash +npm run build-ckeditor +``` + To open the demo application using the component, run: ```bash