From 45d3c9928d4d7d0acb5c5ba740ce29a7274fff53 Mon Sep 17 00:00:00 2001 From: LauraBLei <146441897+LauraBLei@users.noreply.github.com> Date: Sat, 13 Apr 2024 16:05:44 +0200 Subject: [PATCH] Updated Read me file - with tailwind information (#478) --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 22d5ede5..66d5377b 100644 --- a/README.md +++ b/README.md @@ -1 +1,13 @@ -# musikkforandrerliv.no \ No newline at end of file +# musikkforandrerliv.no + + +## Tailwind guide +- There should be a node modules file. if not run the following code in the terminal: **npm install** + +- If you are writing code and want it to update in the live server, remember to run the following code in terminal: **npm run dev** + +- If you are not gonna code, but just want to see how the project looks, run this code in the terminal: **npm run build** + +- plugins you can use to help with tailwind: **Tailwind CSS IntelliSense & Tailwind Docs** + +- If the tailwind code is not working, and you have tried the above, you can also look in the **Problems** tab and see if there are any issues there. \ No newline at end of file