From c54657e03b992936d61e4a753be3b3dce851c399 Mon Sep 17 00:00:00 2001 From: Zach Date: Sun, 15 Oct 2023 00:08:35 -0400 Subject: [PATCH] Update instructions for development regarding TailwindCSS --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 3d39ca7..cec6a6a 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,15 @@ Just start a local server! e.g. python3 -m http.server ``` +## 🚧 Development + +When developing the website, in addition to starting a local server like in the +above step, you also need to build TailwindCSS: + +```shell +npm run tailwindcss +``` + ## 🌳 Branches - `dev`: the main development branch; all code gets branched from and merged @@ -43,3 +52,4 @@ website. Please see [the final website project][project] for task tracking. 👨‍💻 Alvin 👨‍💻 Tom 👨‍💻 Anthony +👨‍💻 Farouq