-
-
Notifications
You must be signed in to change notification settings - Fork 4
Dependencies
IDMarinas edited this page Feb 20, 2019
·
2 revisions
Now is the time to install all LoTGD dependencies.
You must open a termin/cmd (Visual Studio code comes with an integrated one). It must be executed from the folder where all the files that have been downloaded are.
Then execute the following commands.
composer install
This command will install all the PHP dependencies LoTGD needs to work.
npm install
This command will install all NPM dependencies that are used for build LoTGD and in JavaScript.
With all this all the LoTGD dependencies are already installed.