/xbox-dev-store

the xbox dev store website

Primary LanguageJavaScriptApache License 2.0Apache-2.0

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.