Explore the documentation for detailed information on Designer Extension features and API.
npm run devFor running tailwind CSS run the following command
npx tailwindcss -i ./src/input.css -o ./public/styles.css --watchThis command installs dependencies, watches for changes in the src/ folder, and serves your extension files from ./dist/. Use the displayed URL as the "Development URL" in Webflow Designer's Apps panel to launch your extension.
npm run buildThis command prepares a ${bundleFile} in the ./dist/ folder. Upload this bundle.zip file for distributing the App inside of your workspace or via the Marketplace.