diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2023-10-07 15:22:48 -0600 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2023-10-07 15:22:48 -0600 |
commit | fac617a48e3c33cf5c9b6cd220517a52df1436c6 (patch) | |
tree | 53d4155a281ecbd5357653a4cd5f62294996ef62 | |
parent | 7f086eb98ea7053d9939bdb8ae3f46cc5796e9c6 (diff) |
add instructions
-rw-r--r-- | README.md | 16 |
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 +``` |