Quick start of the project with Kirby CMS, Vite, and TailwindCSS from White Russian Studio
- Vite - build tool
- TailwindCSS - CSS framework
npm install
to install Node.js dependenciesnpm run setup
to install Composer dependenciescd www && valet link && cd ..
to set up development environment (example with Laravel Valet)npm run dev
(ornpm run build
for use in production)
To update Composer dependencies:
cd www && composer update && cd ..