This commit is contained in:
sasha-astiadi 2024-05-03 06:43:16 +02:00
parent 5ed977675b
commit 98c221b52a

View File

@ -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