Skip to content

Instantly share code, notes, and snippets.

@computationalmama
Created October 17, 2024 19:09
Show Gist options
  • Save computationalmama/ed2bf5103bfa43432152c85b95dd0239 to your computer and use it in GitHub Desktop.
Save computationalmama/ed2bf5103bfa43432152c85b95dd0239 to your computer and use it in GitHub Desktop.

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

Installing and Running for the first time

Step 1:

If you have homebrew you can use the command below to install Elixir

brew install elixir

Step 2:

git clone --recurse-submodules https://github.com/samaaron/bleep

in your folder of choice

Step 3:

cd bleep
mix setup

Step 4:

iex -S mix phx.server

Step 5:

Go to ⁠ localhost:4001 ⁠ for the main bleep tool

Step 6:

Go to ⁠localhost:4001/designer ⁠for synth designer tool

Once you are on this page, press the "start" button on the top left

Running it later

Just cd in your bleep folder and run Step 4!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment