An open API service indexing awesome lists of open source software.

https://github.com/simply007/test-01


https://github.com/simply007/test-01

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# CKEditor 5 Sample Project

## Setup instructions

### 1. Install dependencies

To get started, install the necessary npm packages:

```sh
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](https://portal.ckeditor.com/checkout?plan=free) to access all premium features for a 14-day trial.

### 3. Start the project

Run the following command to start the project:

```sh
npm run start
```

And open the project in the browser.

---

For more information, please refer to the official [CKEditor 5 documentation](https://ckeditor.com/docs/ckeditor5/latest/getting-started/index.html).