From 98c221b52ac29cf437543769e3eed2d8c1251a05 Mon Sep 17 00:00:00 2001 From: sasha-astiadi Date: Fri, 3 May 2024 06:43:16 +0200 Subject: [PATCH] edit --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 3a5f481..2b22e9d 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,7 @@ Make sure that you have [Node.js](https://nodejs.org/en/), [Tailwind CSS](https: npx tailwindcss -i ./input.css -o ./output.css --watch ``` -3. To deploy you will only need the `index.html` file and the `output.css` styles. -for live preview on localhost, Run below: +3. for live preview on localhost, Run below: ``` npm run start