Checking out the code
- Create an account on https://github.com/
Create a remote fork of https://github.com/Taskana/taskana
Fork A Repo (Github Help)
Install Git
Create a local clone
git clone https://github.com/<yourname>/taskana.git
Create a remote for the upstream project so that it is later easier to retrieve changes from the main repository.
cd taskana git remote add upstream https://github.com/Taskana/taskana.git
Build the application(s)
Taskana Library
cd lib mvn clean install