@aw-webflow/ai-workforce
v1.0.0
Published
Custom JavaScript for the AI Workforce Webflow page.
Readme
@aw-webflow/ai-workforce
Custom JavaScript for the AI Workforce Webflow page.
Usage via jsDelivr CDN
Add this <script> tag to the Webflow page (Site Settings → Custom Code, or page-level Custom Code):
<script src="https://cdn.jsdelivr.net/npm/@aw-webflow/[email protected]/script.min.js"></script>Replace 1.0.0 with the latest published version.
Deployment Workflow
- Push changes to GitHub.
- Bump the
versioninpackage.json. - Run
npm publish --access public. - Update the version number in the Webflow
<script>tag.
Local Development
npm install
npm startnpm start runs Parcel against script.js.
