KCarlile / guitar-diagrams-js

Open source JavaScript library for drawing guitar chords and scales on an HTML5 canvas.
https://demo.kcarlile.com/guitar-diagrams-js/
GNU General Public License v3.0
0 stars 0 forks source link

Setup CD to demo site #14

Closed KCarlile closed 5 months ago

KCarlile commented 5 months ago

Background

The demo site should be automatically pushed to demo.kcarlile.com when a new release is cut.

Acceptance Criteria

Approach

Notes

Consider pushing to FlashChord.com as well. (Maybe later.)

KCarlile commented 5 months ago

PR: #19

KCarlile commented 5 months ago

This is now working, but it can't reference the JS libraries as we're only copying over the examples directory, so this needs to be fixed.

KCarlile commented 5 months ago

PR: #20