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