Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 873 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 873 Bytes

tapcompose

This is the source code for tapcompose. It lives at https://github.com/freedmand/tapcompose.

Get started

tapcompose is built with NodeJS. Once you have Node installed, install the dependencies with

cd tapcompose
npm install

Then start the application with

npm run dev

Navigate to localhost:5000. You should see tapcompose running. Edit a component file in src, save it, and reload the page to see your changes.

Contributions

tapcompose was conceived of, coded, and designed by Dylan Freedman.

Contributors:

  • Ekta Patel: helped prototype the interface

tapcompose utilizes the following libraries:

  • Vexflow: for engraving sheet music
  • Svelte: for implementing framework-free components