Documentation cen be founded in doc folder
Open project in Intellij Idea and run src/Launcher
via default build configuration.
The master branch is made secure to avoid mistakes (i.e. protected), so you are not able to push directly to master branch.
Steps to contribute:
- Clone the project to your machine
- Create new branch with proper name
- Do some work
- Commit your changes
- Push your changes to the remote repository (i.e. Github) into your branch
- Create a pull request from your branch to master branch and assign it to someone also add reviewers