This is a quick step guide to building and using bleep and synth designer locally on your browser.
Derived from this doc: https://github.com/samaaron/bleep/blob/main/BUILD.md
If you have homebrew you can use the command below to install Elixir
brew install elixir
git clone --recurse-submodules https://github.com/samaaron/bleep
in your folder of choice
cd bleep
mix setup
iex -S mix phx.server
Go to localhost:4001
for the main bleep tool
Go to localhost:4001/designer
for synth designer tool
Once you are on this page, press the "start" button on the top left
Just cd
in your bleep
folder and run Step 4!