39.0.3 • Published 5 months ago
full-fledged-editor v39.0.3
CKEditor 5 Sample Project
Setup instructions
1. Install dependencies
To get started, install the necessary npm packages:
npm install
2. Fill the required information
Make sure to fill in the required information, as the editor requires a license to start. If you don't have an account, you can create a free account to access all premium features for a 14-day trial.
3. Start the project
Run the following command to start the project:
npm run start
And open the project in the browser.
For more information, please refer to the official CKEditor 5 documentation.