diff --git a/safeshare/start.sh b/safeshare/start.sh index 18482da..0598ca3 100755 --- a/safeshare/start.sh +++ b/safeshare/start.sh @@ -12,8 +12,7 @@ sleep 2 # Start the custom management command to run the trash collector python manage.py start_trash_collector & -# Start the React frontend (assuming you have a command to start it in your package.json) -cd /frontend +cd safeshare-frontend npm start & cd ..