Skip to content

Latest commit

 

History

History
38 lines (31 loc) · 2.31 KB

README.md

File metadata and controls

38 lines (31 loc) · 2.31 KB


Stars Forks Downloads Contributors Release Licence

Info

  • TechQuiry is a free and open source platform focused on providing a fun way to anonymously ask and respond to inquiries.
  • This project is licenced under the GPL-3.0 Licence. For more information look here.

Development

If you are interested in contributing to the project feel free to do so and submit a pull request. If you plan on making major changes, it is better if you first talk to other contributors to minimize errors and problems.

Building

In order to build the project you should:

  1. Clone the repository using git:
    • HTTPS: git clone https://github.com/Aggelowe/TechQuiry
    • SSH: git clone git@github.com:Aggelowe/TechQuiry.git
  2. Make sure you have a recent version of Apache Maven
  3. In the command line go in the techquiry directory while in the repository:
    • cd techquiry
  4. In the same session execute the following command:
    • mvn clean compile test package
  5. The executable jar can now be found within the target directory

Issues

  • Report any issues to the github issues page.
  • Check if you have the correct versions of Java, Maven and other dependencies and include all data possible.