aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2023-10-07 15:22:48 -0600
committerNavan Chauhan <navanchauhan@gmail.com>2023-10-07 15:22:48 -0600
commitfac617a48e3c33cf5c9b6cd220517a52df1436c6 (patch)
tree53d4155a281ecbd5357653a4cd5f62294996ef62 /README.md
parent7f086eb98ea7053d9939bdb8ae3f46cc5796e9c6 (diff)
add instructions
Diffstat (limited to 'README.md')
-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
+```