Skip to content

praekelt/mote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Morgan Collett
Jan 29, 2019
46fcc47 · Jan 29, 2019
Apr 24, 2018
Oct 23, 2018
Jan 29, 2019
May 23, 2016
Jan 16, 2017
Jan 29, 2019
Oct 4, 2016
Apr 24, 2018
Apr 25, 2018
Feb 14, 2018
Feb 14, 2018
Nov 13, 2016
Apr 23, 2018
Jan 29, 2019

Repository files navigation

Mote - the pattern library framework

Travis

Quick start

Run Mote using mote.lib.base as the only pattern library:

- virtualenv ve
- ./ve/bin/pip install -r example/requirements.txt
- ./ve/bin/python manage.py migrate --run-syncdb --settings=example.settings
- ./ve/bin/python manage.py runserver 0.0.0.0:8000 --settings=example.settings

Browse to http://localhost:8000/mote/ to view the pattern libraries.

Building the docs

virtualenv ve source ve/bin/activate pip sphinx install sphinx_rtd_theme cd docs make html

Documentation

Documentation is at http://mote-pattern-library-framework.readthedocs.io/en/latest/