pk-arora
Joined
440 Experience
4 Lessons Completed
0 Questions Solved
Activity
Thank you so much Sachin!
Works like a charm! Thank you so much!
Thank you so much! Was so lost lol!
bin/dev gives the following error for Windows. Any idea how to run it on windows?
'bin' is not recognized as an internal or external command,
operable program or batch file.
My Procfile.dev looks like this
web: bin/rails server -p 3000
css: yarn build:css --watch
and bin/dev
#!/usr/bin/env bash
if ! command -v foreman &> /dev/null
then
echo "Installing foreman..."
gem install foreman
fi
foreman start -f Procfile.dev
I'm running bin/dev inside the project folder and using rails 6.1.4