mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-06-16 10:19:10 +00:00
modernize dependencies
This commit is contained in:
parent
ea51d94c16
commit
5a1fc526db
22 changed files with 8578 additions and 22658 deletions
9
start.sh
9
start.sh
|
@ -2,12 +2,13 @@
|
|||
|
||||
docker-compose up -d
|
||||
|
||||
cd Server
|
||||
pushd Server
|
||||
yarn
|
||||
yarn dev
|
||||
|
||||
cd ..
|
||||
popd
|
||||
|
||||
cd UI
|
||||
pushd UI
|
||||
yarn
|
||||
yarn start
|
||||
yarn start
|
||||
popd
|
Loading…
Add table
Add a link
Reference in a new issue