Home

Awesome

Podiscover

Find your next podcast.

Development Setup

Prerequisites

# Build the docker image and run the app -d for detached mode
docker-compose up
# or
docker-compose -f docker-compose.dev.yml up

# Create database if this is first setup
docker-compose run app bin/rails db:create

# Run migrations
docker-compose run app bin/rails db:migrate

# Precompile assets if needed
# bundle exec rails assets:precompile

# If tailwindcss upgraded and given an error
# bundle exec rake tailwindcss:build

You can visit http://localhost:3000 to view the app.

Status Badges

Ruby CI Test CI