|
|
@@ -5,7 +5,7 @@ order: 20
|
|
|
|
|
|
# Quick start
|
|
|
|
|
|
-This guide we show you how to initialize the editor from source and how to create a simple plugin.
|
|
|
+This guide will show you how to initialize the editor from source and how to create a simple plugin.
|
|
|
|
|
|
## How to install the framework?
|
|
|
|
|
|
@@ -14,7 +14,9 @@ The framework is made of several [npm packages](https://npmjs.com). To install i
|
|
|
* [Node.js](https://nodejs.org/en/) >= 6.0.0
|
|
|
* npm 4.x (**note:** using npm 5 [is not recommended](https://github.com/npm/npm/issues/16991))
|
|
|
|
|
|
-Besides Node.js and npm you also need [webpack](https://webpack.js.org) (>=2.0.0) with a few additional packages to use the framework. They are needed to bundle the source code. Read more about building CKEditor 5 in the {@linkTODO framework/guides/bundling Bundling} guide.
|
|
|
+Besides Node.js and npm you also need [webpack](https://webpack.js.org) (>=2.0.0) with a few additional packages to use the framework. They are needed to bundle the source code. Read more about building CKEditor 5 in the {@link builds/guides/integration/advanced-setup CKEditor 5 Buids' Advanced setup} guide.
|
|
|
+
|
|
|
+<!-- TODO replace the link above when the Framework will get its own building guide. -->
|
|
|
|
|
|
## Let's start!
|
|
|
|