This documents gives short instructions for different development practices.
To set up a local copy of the project please follow this short list of instructions.
- Open IntelliJ IDEA
- Click: File -> New -> Project from Version Control -> Github
- Enter Credentials:
Git Repository URL: https://github.com/AudiophileDev/t2m.git
Parent Directory: Choose as you wish
Directory Name:t2m
- Click Clone
- Right click on folder
src
-> Mark Directory as -> Sources Root - Open
src/com/audiophile/t2m/Main.java
- Click on Setup SDK
- Choose Java 1.8 and click OK
- Go to File -> Project Structure... and insert Project Compiler output:
"project_directory"/out
e.g. "C:/Users/MyUser/IdeaProjects/t2m/out" - Change Project Language Level to "8 - Lambdas, Type annotations etc."
- Close Project Structure dialog
- Right click on Main.java -> Run 'Main.main()'
When making a commit to the repository please adhere to the following instructions.
- Go to VCS -> Commit... (STRG + K ,⌘ + K on Mac)
- Select the files you want to commit
- Add Commit Message with the following structure:
Heading in first line
- Changes as bullet points
- Put space before and after the '-' character
- Indent sub points with 4 spaces - Click Commit
- Go to VCS -> Git -> Push... and click Push