From fac617a48e3c33cf5c9b6cd220517a52df1436c6 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Sat, 7 Oct 2023 15:22:48 -0600 Subject: add instructions --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.md (limited to 'README.md') 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 +``` -- cgit v1.2.3