Ask not what Mozilla can do for you but what you can do for Mozilla?
This project is a place for contributors to start looking for new projects to work on. This will guide you in the right direction depending on your prefered development language.
git clone https://github.com/jdm/asknot asknot
cd asknotStart a local HTTP server. There are a lot of ways to do this but here is one for using python.
For python 3.x
python -m http.server 8000Open localhost:8000 in your favourite browser!
Original author: Josh Matthews josh@joshmatthews.net
Other contributors listed at https://github.com/jdm/asknot/contributors
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/.