add tailwind css and home page scaffold

This commit is contained in:
Dylan Knutson
2023-04-01 23:27:40 +09:00
parent b33028eb6e
commit 091926f9be
14 changed files with 94 additions and 5 deletions

8
bin/dev Executable file
View 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 "$@"