From 5ea619fb8abd3fb974a3b9611fbc18fb631a1e4f Mon Sep 17 00:00:00 2001 From: Mike Dalessio Date: Wed, 12 Mar 2025 10:51:34 -0400 Subject: [PATCH] doc: update README with the development-tenant URL and a note about db:fixtures:load --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4147cfe43..d87ff0496 100644 --- a/README.md +++ b/README.md @@ -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