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.
virtualenv ve source ve/bin/activate pip sphinx install sphinx_rtd_theme cd docs make html
Documentation is at http://mote-pattern-library-framework.readthedocs.io/en/latest/