ckeditor/ckeditor5-react

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

dufipl opened this issue · 0 comments

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