From f9b3437f450160d80ca91e93f6d220bd65d65396 Mon Sep 17 00:00:00 2001 From: Bojan Date: Wed, 15 Sep 2021 16:06:02 +0200 Subject: [PATCH] change log updated, installation guide updated --- readme.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index cfe44a3..58f860a 100644 --- a/readme.md +++ b/readme.md @@ -5,17 +5,26 @@ Inspired by https://github.com/vitejs/vite/issues/341 -*Note: Tailwind JIT is currently experimental and it is already integrated into included latest Tailwindcss (since v2.1.1)* ## Installation Unpack and copy folder to your Wordpress installation /wp-content/themes/ folder, or install theme via wp-admin by uploading .zip file and activate the theme. Then from your console or command prompt go to the theme folder and run **npm install**. Note: NodeJS is requred. +Installation (Node.js installed required): ```bash npm install ``` +Quick commands: +```bash +# dev server start +npm run dev + +# production build +npm run build +``` + ## Setup @@ -88,6 +97,14 @@ Happy coding! :) --- ## Changes +### v0.2.6 +- Tailwind updated to 2.2.15 +- Vite updated to v2.5.7 +- Autoprefixer updated to 10.3.4 +- PostCSS updated to v8.3.6 +- PostCSS-Nested updated to 5.0.6 +- IS_VITE_DEVELOPMENT check fix + ### v0.2.5 - PostCSS updated to v8.2.14