doc: update README with the development-tenant URL

and a note about db:fixtures:load
This commit is contained in:
Mike Dalessio
2025-03-12 10:51:34 -04:00
parent dcb8d52dcd
commit 5ea619fb8a
+5 -1
View File
@@ -6,11 +6,15 @@ First get everything installed and configured with:
bin/setup
If you'd like to load fixtures:
bin/rails db:fixtures:load
And then run the development server:
bin/dev
You'll be able to access the app in development at http://localhost:3006.
You'll be able to access the app in development at http://development-tenant.fizzy.localhost:3006
## Deploying