Installation
- Create new folder
project
- Download Clean Starter Kit and unzip starter kit content to the folder
project
Recompile the CSS (optional)
- Go to
project
folder in your console and runnpm install
to install node dependencies. - Run
npx tailwindcss -i ./assets/src/css/styles.css -o ./assets/dist/css/styles.css --minify
Update vendors (optional)
- Go to flextype
project/plugins/twig
folder in your console and runcomposer update
- Go to flextype
project/plugins/site
folder in your console and runcomposer update
- Go to flextype
project/plugins/sitemap
folder in your console and runcomposer update
- Go to flextype
project/plugins/feed
folder in your console and runcomposer update