Skip to content

Commit

Permalink
Merge pull request #174 from ckeditor/i/171
Browse files Browse the repository at this point in the history
Docs: Added missing build step in docs. Closes #171.
  • Loading branch information
ma2ciek committed Mar 4, 2020
2 parents 2a3d121 + 5e07cc4 commit bab9871
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bab9871

Please sign in to comment.