modernize dependencies

This commit is contained in:
41666 2018-11-01 01:36:39 -05:00
parent ea51d94c16
commit 5a1fc526db
22 changed files with 8578 additions and 22658 deletions

View file

@ -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