StudioAssistant is a web application designed for the working music producer to organize their upcoming sessions, manage studio spaces they use, and get an overview of what each session will require.
Before you continue, make sure you meet the following requirements:
- Ruby 2.6.3
- Rails 6.1.4
git clone [email protected]:Ksamuel92/studioassistant-rails.git
cd studioassistant-rails
bundle install
yarn install
rails db:create db:migrate db:seed
rails s
Once you are on the home page, simply signup, create your first studio, and start adding your sessions!
To contribute to StudioAssistant, follow these steps:
- Fork this repository.
- Create a branch: git checkout -b <branch_name>.
- Make your changes and commit them: git commit -m '<commit_message>'
- Push to the original branch: git push origin studioassistant-rails
- Create the pull request.
- Alternatively see the GitHub documentation on creating a pull request.
If you would like to contact me, please email [email protected]
This project uses the following license: MIT License