start.sh 62 B

12345
  1. #!/usr/bin/env sh
  2. cd server || exit 1
  3. yarn install
  4. yarn start