ckeditor5-react-kun
v0.0.1
Published
## Setup instructions
Readme
CKEditor 5 커스텀 for react
Setup instructions
1. Install dependencies
To get started, install the necessary npm packages:
npm install2. 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 startAnd open the project in the browser.
For more information, please refer to the official CKEditor 5 documentation.
