Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chord display components #22

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Chord display components #22

wants to merge 1 commit into from

Conversation

mickmister
Copy link
Member

@mickmister
Copy link
Member Author

Next steps are to get the current progression showing in the view

@mickmister
Copy link
Member Author

To build and run webapp:

cd webapp
npm i
npm run local

Then navigate to http://localhost:1234

This runs Jam Tools in "local mode", which makes it so the whole program runs in the browser without any server. The browser's MIDI API interacts with the MIDI instruments directly. This is the easiest way to set up.


Alternatively, you can run with a server, which is typically how you would run Jam Tools in a group setting, at least with how the app currently works. To run with a server:

cd webapp
npm i
npm run dev
cd server
npm i
npm run dev

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant