From 01fff10c175ed5363bffc3f56b5475799d0ffd30 Mon Sep 17 00:00:00 2001 From: Anirudh Prabhakaran Date: Wed, 27 Dec 2023 19:35:51 +0530 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cc95bd38..08a825ba 100644 --- a/README.md +++ b/README.md @@ -18,10 +18,10 @@ cp env.example .env ```shell cd corpus/ npm install -npx tailwindcss -i ./templates/static/css/tailwind.css -o ./templates/static/css/tailwind-min.css --minify +npx tailwindcss -i ./templates/static/css/tailwind.css -o ./templates/static/css/tailwind-min.css --watch ``` -3. Run docker compose +3. In another terminal window, run docker compose ```sh docker compose up @@ -50,6 +50,7 @@ For more guidance, refer to the [Docker Compose](https://docs.docker.com/compose For production setup, use the production docker compose file. ```sh +npx tailwindcss -i ./templates/static/css/tailwind.css -o ./templates/static/css/tailwind-min.css --minify docker compose -f prod-docker-compose.yml up --build ```