Make Music Equal's website is hosted on Webflow but includes multiple custom charts that come from this repo. Here is a breakdown on how to update the charts if needed and replicate this setup for other Webflow sites with custom code we might want to create in the future.
To run the repo locally
npm run start
To view the elements, you can replace the published repo URL for the localhost in the Webflow site's head, then click Save.
Publish to staging URL only. Now, you will be able to see any changes you make to the code locally in the Webflow staging site.

Make sure all new components include "use strict" at the top. main.js must include this code in order to render the components.
window.Webflow || = []; window.Webflow.push()
Commit changes to repo as normal. As soon as they are deployed, they will show up in the main Webflow site.
