@aw-webflow/ai_workforce_home
v1.0.14
Published
Custom JavaScript for a Webflow page.
Readme
@aw-webflow/ai_workforce_home
Custom JavaScript for a Webflow page.
Usage via jsDelivr CDN
Add this script tag to the Webflow page (Page Settings → Custom Code → Before </body>):
<script src="https://cdn.jsdelivr.net/npm/@aw-webflow/[email protected]/script.min.js"></script>Replace 1.0.0 with the version you want to pin to.
Deployment Workflow
- Push changes to GitHub.
- Bump the
versioninpackage.json. - Run
npm publish --access public. - jsDelivr automatically serves the new version.
- Update the Webflow script tag with the new version number.
Local Development
npm install
npm startnpm start runs Parcel against script.js for local development.
