# Development - Install PHP - Install NodeJS/Yarn - Install Composer - Grab Composer deps (`composer install`) - Grab JS deps (`yarn install`) ```shell cd public php -S 127.0.0.1:8080 ``` Open https://localhost:8080 in the browser