This is the Xbox Dev Store website built with Django and HTMX.
The users will need to have Python3 installed.
- Install Django:
pip install django- Install Django Rich Text Field for a better editing experience:
pip install django-richtextfieldTo start the development server:
python manage.py runserver
Contributions are welcome! Please create a pull request for any changes.