ngsplanner/start

4 lines
144 B
Plaintext
Raw Normal View History

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