From 7b48e813563e090517053cfabee8fa87469b9a3e Mon Sep 17 00:00:00 2001 From: W Beecher Baker Date: Mon, 14 Oct 2024 16:05:02 -0400 Subject: [PATCH] remove taxonpages-dev from localhost URL -- no longer needed or accurate --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 887469a..b96da9c 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/taxonpages-dev/, edit code, and the app will hot-reload +# 3. Make changes -- http://localhost:5173/, 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