Developer documentation for Firefox Marketplace frontend projects
Перейти к файлу
Mark Striemer 6ed7f05df0 Merge pull request #1 from mozilla/mstriemer-bower-link-docs
Clarify marketplace-core-modules workflow
2015-07-20 12:13:55 -05:00
docs Link to official `bower link` docs 2015-07-20 11:54:58 -05:00
requirements doc who? 2014-11-08 13:11:44 -08:00
.gitignore page rendering 2014-11-09 13:57:40 -08:00
LICENSE Initial commit 2014-11-08 12:46:40 -08:00
Makefile doc who? 2014-11-08 13:11:44 -08:00
README.md update readme 2014-11-13 12:22:37 -08:00

README.md

Documentation Status

Developer documentation for Firefox Marketplace frontend projects. Hosted at marketplace-frontend.readthedocs.org.

Other Marketplace documentation repositories include:

Marketplace frontend projects include:

Building the Documentation

To prepare to build this documentation:

mkvirtualenv marketplace-docs
pip install -r requirements/dev.txt

To build this documentation:

make docs

To have changes built as they happen:

make watch