Run the following commands in your root directory:
composer install
yarn
Import the database from the db
in your MySQL server and name it my_drupal_starter
Go to the web
directory
cd web
Run the following command to run your drupal project:
php -S localhost:8888 .ht.router.php
Starts the server in http://localhost:8888/
.
yarn prettier
Runs Prettier to format source files according to defined rules.