diff --git a/.gitignore b/.gitignore index 959ec81db440c215792a48bd1ce7e66b9f0264ec..9968480b373dc5937dba13dd887444bd319e2c92 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ myproject/node_modules -myproject/env \ No newline at end of file +myproject/env +myproject/myapp/static/CACHE +myproject/myapp/__pycache__ diff --git a/README.md b/README.md index fcb22506ac9a0117d4a6f054adaa1c887eac5c57..4c1b81b8a7a20a480a737103678fddc7aa9d01ed 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ Web Application Development Plan =============================== +Tailwind build command: `docker-compose run tailwind npx tailwindcss -i ./myapp/static/src/input.css -o ./myapp/static/src/output.css --watch` + The web application is expected to meet the following requirements: 1. At least the following pages are expected to be included: