Previous
New Project
The first step is to clone the existing project from its Git repository onto your local computer/server. This can be done using your preferred software or via the terminal.
Next, you'll need to download the project's dependencies. Navigate to the root of the project in your terminal and execute the following commands:
Download the PHP packages from the composer.json
file:
composer install
Download the Node.js packages essential for development and compilation from the package.json
file:
yarn install
If you have SSH access to the hosting provider, connect to the database and perform a dump.
If you're using MAMP Pro, ensure that the "Allow network access to MySQL" option is checked in the MySQL tab.