schlechtenburg/packages/docs/lib/guide/installation.md

13 lines
209 B
Markdown
Raw Normal View History

2022-03-17 17:59:51 +00:00
# Installation
First, install the editor core and any blocks you want to use:
```
npm i --save @schlechtenburg/core \
@schlechtenburg/layout \
@schlechtenburg/heading \
@schlechtenburg/paragraph
```