ngsplanner/start

4 lines
154 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
2021-09-10 16:27:21 +09:00
echo "REACT_APP_LOCAL_REDIRECT=true" > .env
2021-08-18 05:55:52 +00:00
npm install
2021-09-08 17:42:53 +09:00
HTTPS=true npm start