# ckeditor5-labs **Repository Path**: mirrors_ckeditor/ckeditor5-labs ## Basic Information - **Project Name**: ckeditor5-labs - **Description**: CKEditor 5 experiments and integrations. - **Primary Language**: Unknown - **License**: Not specified - **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 5 Labs =============== Initial steps. ``` cd ckeditor5-labs npm i ``` If you want to use `ckeditor5-*` packages from npm, skip this. But if you want to use packages from `ckeditor5` and `ckeditor5-dev` repositories, make sure you have them cloned (and working) and use this: ``` ln -s /workspace/ckeditor5/packages ln -s /workspace/ckeditor5-dev/packages packages-dev lerna bootstrap ``` Then, follow the specific installation steps of a sample you're interested in.