Files
Trilium/docs/Developer Guide/Developer Guide/Sub-projects/CKEditor/Environment setup.md
T
2025-04-18 16:10:44 +03:00

467 B

Environment setup

Clone the repository

To set up the repository:

git clone https://github.com/TriliumNext/trilium-ckeditor5.git

Install dependencies

First, install root dependencies:

cd trilium-ckeditor5
yarn install

Secondly, install the Trilium build dependencies:

cd packages/ckeditor5-build-trilium
yarn install

To trigger the build, see Building the editor.