star tailwind css migration

This commit is contained in:
Echo
2025-06-18 19:16:37 -04:00
parent 93a778948f
commit c1366d00bf
10 changed files with 46 additions and 18 deletions

View File

@@ -40,7 +40,7 @@ $ docker compose run --service-ports web /bin/bash
app# bin/rails db:create db:schema:load db:seed
# Now start up the app:
app# bin/rails s -b 0.0.0.0
app# bin/dev
# This hosts the server on your computer w/ default port 3000
# Want to do other things?