diff --git a/docs/Developing blocks/2 Building your first block.md b/docs/Developing blocks/2 Building your first block.md index 24764d8..8a2d197 100644 --- a/docs/Developing blocks/2 Building your first block.md +++ b/docs/Developing blocks/2 Building your first block.md @@ -17,6 +17,7 @@ Finally, clone your newly-created repository, and you're ready to work. ```bash git clone +cd yarn # install dependencies yarn start # start the dev server ```