# ckeditor5.github.io-backup **Repository Path**: mirrors_ckeditor/ckeditor5.github.io-backup ## Basic Information - **Project Name**: ckeditor5.github.io-backup - **Description**: 📙 Backup of historical doc builds from https://github.com/CKEditor5/ckeditor5.github.io (due to 10GB limit for GH pages). - **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-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # https://ckeditor5.github.io Installation steps. ``` npm i ``` *[OPTIONAL]* Assuming you've got [ckeditor5 cloned (and working)](https://github.com/ckeditor/ckeditor5/wiki/Development-environment) and want to use packages from it (Webpack is configured to use `packages/` and `node_modules/`): ``` mkdir packages ln -s /workspace/ckeditor5/packages packages/\@ckeditor ``` Finally, build CKEditor for the sample: ``` npm run build ```