Make sure you have Php 7.3+ and Composer installed.
- Copy .env.template to .env
- Paste your HUBSPOT_CLIENT_ID and HUBSPOT_CLIENT_SECRET
composer i
php -S localhost:8000 -t src/public
You should now be able to navigate to http://localhost:8000 and use the application.