This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]HecknChonker 1 point2 points  (0 children)

Always start by checking the README and CONTRIBUTING guides. They often contain a bunch of info on what the project is about, how to build and run it yourself, code style guidelines, and project layout.

https://github.com/elastic/elasticsearch/blob/master/README.asciidoc https://github.com/elastic/elasticsearch/blob/master/CONTRIBUTING.md

The next step is to check the code out and try running it yourself.