Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 658 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 658 Bytes

CKEditor 5 Sample Project

Setup instructions

1. Install dependencies

To get started, install the necessary npm packages:

npm install

2. Start the project

Run the following command to start the project:

npm run start

3. Premium features

If you are using premium features, ensure you fill in the required license keys and URLs. You can sign up for a free trial to use all premium features of CKEditor 5.


For more information, please refer to the official CKEditor 5 documentation.