Skip to content

Commit

Permalink
docs: add notes on building the package
Browse files Browse the repository at this point in the history
  • Loading branch information
danihodovic committed Nov 6, 2022
1 parent 2eff024 commit d83ac7f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 🃏

0 comments on commit d83ac7f

Please sign in to comment.