Skip to content

MozillaIndia/asknot

 
 

Repository files navigation

Ask not what Mozilla India can do for you but what you can do for Mozilla India

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.

Installing Locally

git clone https://github.com/MozillaIndia/asknot asknot
cd asknot

Start a local HTTP server. There are a lot of ways to do this but here is one for using python.

python -m SimpleHTTPServer 8000

or if you're running python 3

python -m http.server

Open localhost:8000 in your favourite browser!

Credits

Josh Matthews [email protected] (for the original Mozilla asknot)

Other contributors listed at https://github.com/MozillaIndia/asknot/contributors

About

Ask not what Mozilla can do for you but what you can do for Mozilla.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 69.2%
  • HTML 19.7%
  • CSS 11.1%