A complete Rails 8 rewrite of the ESM platform with Hotwire, ViewComponents, and modern UI patterns. Five years of Rails experience distilled into what the platform should have been from the start.
#!/usr/bin/env sh
if gem list --no-installed --exact --silent foreman; then
echo "Installing foreman..."
gem install foreman
fi
exec foreman start -f Procfile.dev --env /dev/null "$@"