Use the npm and composer package managers to install the required dependencies.
# install dependencies
npm install
composer install
# start public facing development
npm run start:front
# start admin facing development
npm run start:admin
# build all assets
npm run build
This software uses the following open source packages:
- Tailwind CSS - A utility-first CSS framework.
- Headless UI - Completely unstyled, fully accessible UI components, designed to integrate beautifully with Tailwind CSS.
- Heroicons - Beautiful hand-crafted SVG icons, by the makers of Tailwind CSS.
- Mollie API - Mollie API client for PHP.
- React Hook Form - Performant, flexible and extensible forms. with easy-to-use validation.
- Symfony-DI - Dependency injection component from Symfony.
- Twig - A modern template engine for PHP.
- ActionScheduler - WordPress Job Queue with Background Processing.