Raga of the week displays a random carnatic raga every week.
- An audio player to play the raga
- Transpose ragas to different keys
- A link through to janya (descendant ragas)
- A list of ragas close in sound to the current raga
- Intervallic formulas for the ragas
- Shows the western equivalent of the raga if there is one
# Run this to seed and link records
./setup.sh
# start the site
docker-compose up
./artisan.sh <command>
Or
docker-compose run --rm php php artisan <command>
docker run --rm --interactive --tty --volume $PWD:/app composer <command>