Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 1.62 KB

README.md

File metadata and controls

43 lines (32 loc) · 1.62 KB

CKEditor 5 demos

Contents

This repository holds the source code for CKEditor 5 demos that can be found at the CKEditor 5 website.

Features examples

User interface (UI) examples

Usage

Each demo is held in an independent directory. Steps to run them can be found in the respective README.md files. See Feature-rich README.md as an example.

Development

To install dependencies for all demos and run a simple test checking if all demos can be built and run, run the following commands in the root directory:

yarn install
bash build-and-test-demos.sh