From d83ac7f93a13032a7844007b34898466021eeec6 Mon Sep 17 00:00:00 2001 From: Dani Hodovic Date: Sun, 6 Nov 2022 14:03:56 +0100 Subject: [PATCH] docs: add notes on building the package --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0ef5211..a44d7c2 100644 --- a/README.md +++ b/README.md @@ -88,8 +88,10 @@ npm install # Start the server ./manage.py runserver_plus -# Start the tailwind compilation process +# Start the tailwind compilation process in another terminal npm run-script build:watch ``` -Make changes in allauth_ui/templates and open the browser at http://localhost:8000/accounts/login/ +Make changes in allauth_ui/templates and open the browser at http://localhost:8000/accounts/login/. + +Once you're done compile tailwind with `npm run-script build` and submit a pull-request 🃏