Open movabo opened 6 years ago
For example with the flag yarn start --no-daemon / yarn run-script install-dependencies. So it downloads all repositories (media-essentials, etc.) but does not actually start a server.
yarn start --no-daemon
yarn run-script install-dependencies
Related: #525 and #522
For example with the flag
yarn start --no-daemon
/yarn run-script install-dependencies
. So it downloads all repositories (media-essentials, etc.) but does not actually start a server.