From 692b1865193e79edf8d134f6cf16b5f9be81166a Mon Sep 17 00:00:00 2001 From: Zachary Plata Date: Wed, 25 Sep 2024 16:31:57 -0500 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 ```