Skip to content

geoffroh/phoenix_spi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PhoenixSpi

Edit a shared Sonic Pi buffer via websockets.

To start the Phoenix server:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.create && mix ecto.migrate
  • Install Node.js dependencies with cd assets && npm install
  • Start Phoenix endpoint with mix phx.server

Visit localhost:4000, click on 'New' to start a new buffer, or follow a link to edit an existing buffer.

About

An elixir/phoenix interface to sonic-pi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published