rclabo opened a new issue #447: URL: https://github.com/apache/lucenenet/issues/447
@Shazwazza Hi Shannon, I'd like to make the following small addition to the home page of the Lucene.net website give developers more information about the Lucene 4.8 version which will hopefully give them the confidence to give it a try. Specifically I'd like to add something similar to: ## Latest Version - Lucene 4.8 Beta - The beta version is extremely stable - Has more than 7000+ passing unit tests - Integrates well with .Net 5.0 - Supports NetStandard 2.0 and NetStandard 2.1 - Supports with .Net Framework 4.5.1+ - Some developers already use it in production environments It's a pretty easy add but I need to first configure my dev machine for it. Initially I just downloaded the a zip file of the master at https://github.com/apache/lucenenet-site/ to check it out. Looks like a static website, IIS not required, and I didn't see any Visual Studio project files in the folder structure. So I just double clicked the index.html file to view it in the browser but it doesn't quite render properly. On my machine it looks like this below (Notice the missing blue banner):  Whereas the actual site looks like this:  So I may be mistaken and it may not be designed to run from the desktop like this. Any pointers on how I can setup a dev environment locally to do some changes to the index.html file? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
