ckeditor / ckeditor5-react

Official CKEditor 5 React component.
https://ckeditor.com/ckeditor-5
Other
425 stars 99 forks source link

We should add a README to each demo showing how to run samples #424

Open dufipl opened 1 year ago

dufipl commented 1 year ago

Scope

In order to make running demos more seamless, we should add a README file to each demo, which describes the steps needed to run the sample.

Necessary steps to run a demo:

In the main repository:

yarn install
yarn build

In the demo directory:

yarn install
yarn dev