Skip to content

ckeditor/ckeditor5-demos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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