mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-04-24 19:59:12 +00:00
14 lines
No EOL
97 B
Bash
Executable file
14 lines
No EOL
97 B
Bash
Executable file
#!/bin/sh
|
|
|
|
docker-compose up -d
|
|
|
|
pushd Server
|
|
yarn
|
|
yarn dev
|
|
|
|
popd
|
|
|
|
pushd UI
|
|
yarn
|
|
yarn start
|
|
popd |