Music box is a browser-based music creation tool that allows you to play, save, and share music made right on the site.
##Installation:
- Download ruby (we use 2.4.0)
- Install bundler (gem install bundler)
- Clone the repo, or if you downloaded it, unzip the directory.
- In the musicbox directory, type "bundle install"
- Run "rails db:migrate"
- Start the server with "rails server"