Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 510 Bytes

File metadata and controls

27 lines (19 loc) · 510 Bytes

Xbox Dev Store

Overview

This is the Xbox Dev Store website built with Django and HTMX.

Requirements

The users will need to have Python3 installed.

Installation

  1. Install Django:
   pip install django
  1. Install Django Rich Text Field for a better editing experience:
   pip install django-richtextfield

Usage

To start the development server:

python manage.py runserver

Contributing

Contributions are welcome! Please create a pull request for any changes.