From 44cff29f0c06a6b7858e4c6cb22f3f3eff6c50fa Mon Sep 17 00:00:00 2001 From: Benjamin Singleton <19498453+tetrogem@users.noreply.github.com> Date: Tue, 10 Jun 2025 21:20:26 -0500 Subject: [PATCH] fix: Update instructions for backend running --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7612839..69b0813 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ This project uses Turborepo for task management/caching. Install Turborepo globa 2. Move into the app's directory: `cd apps/vdb-backend` 3. Now, to run the site, use `turbo start`. This will build all of the app's dependencies and then start the application. 1. **NOTE:** Backend apps are not watched/hot-refreshed like frontend apps! If you make changes, you must kill the app by spamming Ctrl+C in the terminal it is running in, before rerunning it with the changes applied. -4. To view a sample response from the backend API, visit visit http://localhost:1225/ in your browser! +4. To view a sample response from the backend API, visit http://localhost:1225/sample in your browser! ## The Content