/guess-the-stack

This is a simple game that allows you to guess the stack used by popular websites.

Primary LanguageHTMLMIT LicenseMIT

Guess the Stack

This is a simple game that allows you to guess the stack used by popular websites.

For development

$ python -m SimpleHTTPServer 4000

Contributing

Bugs / Issues

If you find a bug or something that could improve the user experience, please file an issue on this github project, so our contributors/maintainers can get started fixing them. :-)

Even if you plan on filing a patch for the issue yourself it'd be great if you could still file an issue so that we don't have people duplicating work unnecessarily.

Submitting Pull Requests

  1. Fork this project
  2. Make a feature branch git checkout -b feature
  3. Make your changes and commit them to your feature branch
  4. Submit a pull request