Skip to content
This repository has been archived by the owner on Feb 7, 2020. It is now read-only.
/ mote Public archive
forked from praekelt/mote

Atoms, molecules, heavy stuff

License

Notifications You must be signed in to change notification settings

smarzban/mote

 
 

Repository files navigation

Mote - the pattern library framework

Travis

Quick start

Mote is intended to be a standalone library, not a project, but it can indeed be run with:

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

Running Mote by reusing the test settings and requirements means the test pattern library, located at mote/tests/mote/projects/, is loaded.

Documentation

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

About

Atoms, molecules, heavy stuff

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 43.4%
  • CSS 25.4%
  • HTML 16.2%
  • Python 15.0%