adds js and css build, remove importmap, add tailwind and daisy

This commit is contained in:
2022-04-28 11:03:57 +03:00
parent d809e6f35b
commit 74a492c950
21 changed files with 2187 additions and 84 deletions

9
bin/dev Executable file
View File

@ -0,0 +1,9 @@
#!/usr/bin/env bash
if ! command -v foreman &> /dev/null
then
echo "Installing foreman..."
gem install foreman
fi
foreman start -f Procfile.dev "$@"