[x] Acceptance criteria are verifiable and from the perspective of the stakeholder
Story
As a developer I want I want to be able to learn how to build the product
so that I can make appropriate contributions to the project
Acceptance Criteria
ReadMe supports both new and returning developers with respect to building, testing, modifying, and contributing to the project.
There is a Table of Contents directory with links to sections
The information about product building includes the following information, ordered appropriately for developers:
-> Build System Requirements
-> Creating an executable jar
-> Use of Gradle (and/or other resources)
Supporting Information
At current, the instructions for install are out of order. Gradle must be installed first before you can create an executable jar or compile and run from the command line, these steps should directly follow gradle install. Resources for gradle use should be below the instructions required to install / build / run the project locally.
User Story
Essential components
Story
As a developer
I want I want to be able to learn how to build the product so that I can make appropriate contributions to the project
Acceptance Criteria
ReadMe supports both new and returning developers with respect to building, testing, modifying, and contributing to the project.
Supporting Information
At current, the instructions for install are out of order. Gradle must be installed first before you can create an executable jar or compile and run from the command line, these steps should directly follow gradle install. Resources for gradle use should be below the instructions required to install / build / run the project locally.
Dependencies
Dependents
113