/song_sketcher

A collections of utilities and Web UI components to sketch songs

Primary LanguageJavaScript

Chord Sketcher

🚨 !WORK IN PROGRESS! 🚨

This repo is a collections of modules for creating applications for users to explore and experiment with chord progressions.

please checkout the projects for state of development.

🔥Want to collaborate!?🔥

Contact me, @augustinevt!

Developing the Chord Sketcher

From the root dir...

cd chords_generator
npm i
npm link
npm run dev

Then...

cd chord_generator_ui
npm i
npm link
npm run dev

Then...

cd devApp
npm link chord-generator
npm link chord-sketch-ui
npm start