- PHP 8.2 or higher
- Node.js 18+
- Composer
- Timber 2.x with Twig template engine
- Vite 6 for fast JS/SCSS builds
- Lightning CSS for autoprefixing and minification
- Custom controllers support
- Custom fields with Carbon Fields
- ESLint, Stylelint, Prettier for code quality
composer install
npm install
npm run buildnpm run dev # Watch mode
npm run build # Production build
npm run lint # Run linters
npm run fix # Fix linting issuescomposer pint # Code style fixer
composer test # Run all checks