2021-08-18 05:58:03 +00:00
|
|
|
echo "REACT_APP_GITPOD_WORKSPACE_URL=https://ngsplanner.herokuapp.com" > .env
|
2021-09-12 23:06:34 +00:00
|
|
|
echo "REACT_APP_LOCAL_REDIRECT=true" >> .env
|
2021-08-18 05:55:52 +00:00
|
|
|
npm install
|
2021-09-12 23:06:34 +00:00
|
|
|
npm start
|