From 10359d52ca01fdf944cf159142ad808c0bc96244 Mon Sep 17 00:00:00 2001 From: Beecher Baker Date: Thu, 5 Sep 2024 19:09:08 -0400 Subject: [PATCH] more development instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 36dc092..af6b3d6 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ git checkout setup . # 2. Run locally npm install npm run dev -# 3. Make changes -- http://localhost:5173/, edit code, and the app will hot-reload +# 3. Make changes -- http://localhost:5173/taxonpages-dev/, edit code, and the app will hot-reload # 4. Commit changes, being careful to not add foreign objects from the `setup` branch git add . # TODO finish this