taytay combines data from my favorite web applications which include Last.fm, Spotify, Genius. taytay helps me decide what I should dig into next.
To get a local copy up and running, follow these steps.
- Clone the repo
git clone git@github.com:buithehoa/taytay.git
- Build and run Docker containers by navigating to the project's root directory and executing
docker compose -f docker-compose.yml -f docker-compose.dev.yml up --build --remove-orphans
- Verify if Rails app is running by visiting http://localhost:3000 in your web browser.