- php
brew install php
- composer
brew install composer
- asdf
brew install asdf
from the root of this repo, run
asdf install
npm install
composer install
in one terminal instance at the root of this repo, run
npm start
this starts the js/scss bundler.
and in another
composer start
this starts the php dev server.