https://github.com/simply007/test-01
https://github.com/simply007/test-01
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/simply007/test-01
- Owner: Simply007
- Created: 2025-08-06T10:12:44.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-08-06T10:16:25.000Z (10 months ago)
- Last Synced: 2025-08-06T12:12:40.866Z (10 months ago)
- Language: TypeScript
- Size: 28.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).