Skip to content

chartmetric/make-music-equal

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Make Music Equal

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.

Screenshot 2025-07-25 at 2 57 50 PM

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.

Screenshot 2025-07-25 at 2 59 42 PM

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()

Screenshot 2025-07-25 at 3 07 16 PM

Commit changes to repo as normal. As soon as they are deployed, they will show up in the main Webflow site.

About

All charts in makemusicequal.chartemetric.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%