From 0baee8be1d49bfcc2e5aa93421107c1a0fc136f4 Mon Sep 17 00:00:00 2001 From: Nic0Nic0Nii Date: Wed, 18 Aug 2021 05:55:52 +0000 Subject: [PATCH] Update start script --- start | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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