9 lines
175 B
Bash
9 lines
175 B
Bash
#!/usr/bin/env bash
|
|
|
|
echo "installing frontend"
|
|
npm install --legacy-peer-deps
|
|
npm run postinstall
|
|
npm run start
|
|
|
|
# DANGEROUSLY_DISABLE_HOST_CHECK=true HOST=0.0.0.0 npm start
|