From f3c89c91c00efab2797f5e16f179a561da383dc4 Mon Sep 17 00:00:00 2001 From: Anjianto Date: Tue, 11 May 2021 14:04:07 +0700 Subject: [PATCH] Update README --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 401a6ce..03a7aba 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,16 @@ # Auth-Tailwind -Auth-Tailwind is Authentication for Blitz with style Out-of-The-Box. +Auth-Tailwind provide Authentication for Blitz with style Out-of-The-Box. + +## Install Auth-Tailwind + +1. Install Auth-Tailwind + + `blitz install Anjianto/auth-tailwind` + + **\* Note : This installation will overwrite your auth files. Make sure you backup firts.** + +2. Rename Tailwind Config and Postcss Config + + Rename `tailwind.template.config.js` -> `tailwind.config.js` + Rename `postcss.template.config.js` -> `postcss.config.js`