diff --git a/start b/start index e1b15a3..b9012ca 100755 --- a/start +++ b/start @@ -1 +1,3 @@ -echo "REACT_APP_GITPOD_WORKSPACE_URL=https://ngsplanner.herokuapp.com/" > .env \ No newline at end of file +echo "REACT_APP_GITPOD_WORKSPACE_URL=https://ngsplanner.herokuapp.com/" > .env +npm install +npm start \ No newline at end of file