Skip to content

Contributing

Young Yu edited this page May 26, 2024 · 5 revisions

This project is currently paused, but if you are interested in extending the project, feel free too fork the repo. Reach out to me at youngyu2002@gmail.com if you have any questions.

Maven is used as the build tool. You will need to install it. See maven in 5 minutes for how to compile, build, test, and run other maven commands. To run the existing unit tests, you can run mvn test. You will also need java version 8 (or newer) to run the application.

Clone this wiki locally