We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d619b46 commit 60d5776Copy full SHA for 60d5776
lib/install/dev
@@ -1,3 +1,9 @@
1
#!/usr/bin/env bash
2
3
+if ! command -v foreman &> /dev/null
4
+then
5
+ echo "Installing foreman..."
6
+ gem install foreman
7
+fi
8
+
9
foreman start -f Procfile.dev
0 commit comments