| Package | Version |
|---|---|
| php | 8.2.9 |
| node | latest |
| Kirby CMS | 3.9.6.1 |
| Vite JS | 4.3.2 |
| Alpine JS | 3.12.3 |
| Tailwind CSS | 3.3.3 |
Install composer and all their dependencies.
composer install
Start the server locally
php -S localhost:8000 kirby/router.php
Change to the src folder and install all packages including vite, alpine and tailwind
cd src
yarn install
Then run the build command
yarn run build:watch