aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..3ba57ab
--- /dev/null
+++ b/README.md
@@ -0,0 +1,16 @@
+# AutoAid
+
+To auto-build the CSS files:
+
+```
+npm install
+npx tailwindcss -i ./src/main.css -o ./static/main.css --watch
+```
+
+To run the Python code using Poetry
+
+```
+poetry install
+poetry shell
+python app.py
+```