4 lines
84 B
Plaintext
4 lines
84 B
Plaintext
rm .env
|
|
echo "REACT_APP_LOCAL_REDIRECT=true" > .env
|
|
npm install
|
|
HTTPS=true npm start |