Install and setup tailwind
This commit is contained in:
parent
676f416cae
commit
7521ebaa45
10 changed files with 58 additions and 1 deletions
8
bin/dev
Executable file
8
bin/dev
Executable file
|
@ -0,0 +1,8 @@
|
|||
#!/usr/bin/env sh
|
||||
|
||||
if ! gem list foreman -i --silent; then
|
||||
echo "Installing foreman..."
|
||||
gem install foreman
|
||||
fi
|
||||
|
||||
exec foreman start -f Procfile.dev "$@"
|
Loading…
Add table
Add a link
Reference in a new issue