Skip to content

Curious72/webdev-bootcamp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mozilla WebDev Bootcamp

View this document at 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:

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 webserver on http://127.0.0.1:8000 that auto-rebuild the documentation when any files are changed.

Licensing

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

About

How to be a Web developer at Mozilla

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 61.9%
  • Makefile 38.1%