4 lines
144 B
Plaintext
Executable File
4 lines
144 B
Plaintext
Executable File
echo "REACT_APP_GITPOD_WORKSPACE_URL=https://ngsplanner.herokuapp.com" > .env
|
|
echo "REACT_APP_LOCAL_REDIRECT=true" >> .env
|
|
npm install
|
|
npm start |