- 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.
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.
In order to build the project you should:
- Clone the repository using git:
- HTTPS:
git clone https://github.com/Aggelowe/TechQuiry
- SSH:
git clone git@github.com:Aggelowe/TechQuiry.git
- HTTPS:
- Make sure you have a recent version of Apache Maven
- In the command line go in the
techquiry
directory while in the repository:cd techquiry
- In the same session execute the following command:
mvn clean compile test package
- The executable jar can now be found within the
target
directory
- 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.