Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 337 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 337 Bytes

How to run

To run this example, simply paste the following commands on your terminal and then open a browser on "localhost:8000".

(You'll need Poetry for this)

git clone [email protected]:nabiu256/htmx-playground.git
cd htmx-playground/

poetry install
poetry run python manage.py migrate
poetry run python manage.py runserver