# cloud-services-samples **Repository Path**: mirrors_ckeditor/cloud-services-samples ## Basic Information - **Project Name**: cloud-services-samples - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-01-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # CKEditor Cloud Services samples repository This repository contains a bunch of code samples and example integrations CKEditor 5 with [CKEditor Cloud Services](https://ckeditor.com/ckeditor-cloud-services). ## Quick start 1. Clone the repository: ```bash git clone git@github.com:ckeditor/cloud-services-samples.git ``` 2. Choose the sample and follow the steps from its README file. 3. For creating custom builds you will need to install packages in chosen sample: ```bash cd cloud-services-samples/sample-name/client npm install cd cloud-services-samples/sample-name/server npm install ```