From 199dc7a60210c33a9da58577224319cd5310ac0f Mon Sep 17 00:00:00 2001 From: Austin Rooks Date: Thu, 28 Sep 2023 09:51:31 -0500 Subject: [PATCH] update readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ffc99dc..148b884 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,8 @@ contains a `draft` key which defaults to true. For the post to appar on the webs that must be changed to false. ## Developing +- [Install and config](https://tailwindcss.com/blog/standalone-cli) the Tailwindcss cli. + Included is a bash script `dev.sh` in the `scripts/` directory. Make it executable: ```shell chmod +x scripts/dev.sh @@ -32,8 +34,7 @@ This will start the Axum server and Tailwind binary in watch modes so that saves will trigger rebuilds while you're developing. On exiting this process, the Tailwind binary will minify its outputted css. -### Building the Tailwind CSS separately -- [Install and config](https://tailwindcss.com/blog/standalone-cli) the Tailwindcss cli. +### Building the Tailwind CSS separately - Run: ```shell ./tailwindcss -i tailwind.css -o ./assets/output.css --minify