Activity
Posted in Adding TailwindCSS to Rails Discussion
For those with the problem of "bin/dev: line 8: exec: foreman: not found"
- Install the foreman gem -> bundle add foreman.
- Add the "bundle" word to the beginning of this line of code (bundle/dev file - line 8) -> exec foreman start -f Procfile.dev "$@" .