Thanks for taking time to make gitanizer better!
Simply run gradlew build.
To start gitanizer in development mode, simply run gradlew bootrun.
After starting, you can access the gitanizer UI in your browser via http://localhost:8080.
When starting via gradlew bootrun, gitanizer is pre-configured to mirror
a couple public SVN repositories. You can click the "play" button next to one of
the mirrors to start synchronizing the SVN repository into a git repo hosted
by gitanizer.
- Pick a task from the issue tracker and do it
- Post your ideas into the issue tracker
- Give feedback to gitanizer in any way you think is helpful
Create a fork, make changes, submit a pull request. As described in this blog post.