diff --git a/package.json b/package.json
index e726731eb68a128fd9f540f700730591c8954892..53c216f261bdf4c7b5302b1572c1526b6ca812d1 100644
--- a/package.json
+++ b/package.json
@@ -10,7 +10,7 @@
     "lint": "run-s --continue-on-error lint:**",
     "test-once": "react-scripts test --watchAll=false --coverage",
     "test": "react-scripts test --watchAll --coverage",
-    "start": "react-scripts start",
+    "start": "cd csce378Project && npm run start",
     "build": "react-scripts build",
     "eject": "react-scripts eject"
   },