39.0.3 • Published 8 months ago

@molengeek/ckeditor-molearning v39.0.3

Weekly downloads
-
License
GPL-2.0-or-later
Repository
github
Last release
8 months ago

How to Create a CKEditor Build

To create a custom CKEditor build, follow these steps:

  1. Visit the CKEditor5 online builder at https://ckeditor.com/ckeditor-5/online-builder/.

  2. Customize your CKEditor build by selecting the features you need for your project. Please note that premium features should be excluded to keep your build open source and free.

  1. Download the generated ZIP file containing your custom CKEditor build.

How to Build the Editor

After downloading your customized CKEditor build, follow these steps to build the editor:

  1. Extract the contents of the downloaded ZIP file into a new directory of your choice.

  2. Open a terminal or command prompt and navigate to the directory where you extracted the files.

  3. Run the following command to install the necessary dependencies using npm:

    npm install
    npm run build

A new build folder should appear.