Skip to content

Monorepository for all CKEditor5 related packages used in phpBB.

License

Notifications You must be signed in to change notification settings

CHItA/ckeditor5-phpbb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CKEditor5 for phpBB

lerna

This is the repository for all CKEditor5 packages for phpBB.

Development environment

This is monorepository for all CKEditor5 related packages used in phpBB, however, many of these packages will be independently available via npm to ensure better reusability. To achieve that, we use lerna to maintain this repository.

First, you will need some standard dependencies for JS development, namely nodeJS and npm. We suggest you refer to the CKEditor5 documentation and use the versions of these packages suggested there.

Next, you will need to install lerna.

npm install -g lerna

After these steps you are ready to clone your fork of this repository locally. Then cd into your local folder and run

lerna bootstrap --hoist

to install the project dependencies and link the packages in this repository.

About

Monorepository for all CKEditor5 related packages used in phpBB.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.1%
  • Shell 0.9%