Skip to content

nmb4mf/XDA-Labs-Store-UI

 
 

Repository files navigation

labs-store-ui

XDA Labs Store interface

This repo contains a light Django install that renders HTML templates of the XDA Labs store with hard-coded data dumps to simulate how the store UI would work on the full production stack.

Getting started

Install requirements

pip install -r requirements.txt

Launch the server

./manage.py runserver

Loading templates

  • http://localhost:8000/ to view and render index.html.
  • http://localhost:8000/TEMPLATE_NAME.html to render any other template

Templates and static

Templates live in store/templates/ Static files live in store/static/

Contributors

  • Randy Westergren (@rwestergren)
  • Jackson Hayes (@jacksonhvisuals)
  • Jeff Corcoran (@corcoran)

About

XDA Labs Store interface

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 60.5%
  • JavaScript 16.3%
  • CSS 15.8%
  • Python 7.4%