epiccoleman / react-circle-of-fifths

An interactive Circle of Fifths component for React
https://www.npmjs.com/package/react-circle-of-fifths
MIT License
9 stars 0 forks source link

Update and deploy demo application #7

Open epiccoleman opened 1 year ago

epiccoleman commented 1 year ago

Currently, the demo app is used for quick validation of changes to the component. I use Parcel during development to make running this application simple.

I should get a slightly more solid build process in place for the demo application, and deploy it so that potential users of the component can view a visual and interactive demonstration of the component's capabilities. The app as it current stands is pretty much complete for this purpose, but I would also really like to add a way that a user of the demo app could set the cf-theme CSS variables to demonstrate the customization features of the component and try out their own color schemes easily.

epiccoleman commented 1 year ago

Might be worth looking at Storybook and Styleguidist for this purpose.