INACTIVE - http://mzl.la/ghe-archive - How to be a Web developer at Mozilla
Перейти к файлу
Matthew Riley MacPherson d3097aac39
Merge pull request #66 from GloverDonovan/update/l10n
Update the L10n Reference
2018-03-06 15:26:35 +00:00
guide Update external links and fix some typos (#59) 2018-02-05 19:24:09 +00:00
reference Merge pull request #66 from GloverDonovan/update/l10n 2018-03-06 15:26:35 +00:00
.gitignore Ignoring _build/ 2011-07-29 10:53:41 -07:00
LICENSE Add a license file 2014-12-19 16:16:46 -05:00
Makefile Add sphinx-autobuild for convenience. 2014-09-11 10:24:38 -04:00
README.rst Update external links and fix some typos (#59) 2018-02-05 19:24:09 +00:00
conf.py Update external links and fix some typos (#59) 2018-02-05 19:24:09 +00:00
index.rst First pass of rewriting/reorganizing things. 2014-09-11 10:30:40 -04:00
requirements.txt Add sphinx-autobuild for convenience. 2014-09-11 10:24:38 -04:00

README.rst

Mozilla Webdev Bootcamp
=======================
`View this document at mozweb.readthedocs.org <https://mozweb.readthedocs.org>`_

A roadmap to success as a web developer contributing to Mozilla. Now with 80%
more success!

Patches are always welcome! If you'd like to contribute, fork and make a pull
request.


Building locally
----------------
The instructions below assume you have Python and `pip`_ installed. It is also
strongly recommended that you create and activate a `virtualenv`_ first.

If you'd like to build the bootcamp locally:

.. code-block:: sh

   pip install -r requirements.txt
   make html

The resulting docs can be located under the ``_build/html`` directory.

You can also run ``make livehtml`` to launch a web server on
http://127.0.0.1:8000 to rebuild the documentation automatically when any
files are changed.

.. _pip: https://pip.pypa.io/
.. _virtualenv: https://virtualenv.pypa.io/

Licensing
---------

Feel free to fork this repo or adapt its work for your own bootcamp. All work
is licensed under a `Creative Commons Attribution`_ license.

.. _`Creative Commons Attribution`: https://creativecommons.org/licenses/by/4.0/