Skip to content

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.

2 participants