diff --git a/README.md b/README.md index 7a65bc9..d5b2ee1 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,13 @@ # emoji-text -This is an example Webflow Designer extension written in TypeScript that inserts a text emoji into an element selected within the Designer. Check out our [documentation](https://docs.developers.webflow.com/designer/reference/introduction) for in-depth information about Designer Extension features and API. +This is an example Webflow Designer extension written in TypeScript that inserts a text emoji into an element selected within the Designer. Check out our [documentation](https://docs.developers.webflow.com/designer/reference/introduction) for in-depth information about Designer Extension features and APIs. ## Developing +Clone the repo down to your local machine and install the project dependencies with `npm i`. + +Next, run the following command to start the project. + ``` $ npm run dev ```