- Clone
markdown-edit
repository - Navigate to
markdown-edit
directory - Build markdown-edit
- Windows:
- Open cmd
- Execute
gradlew.bat build
- Linux/MacOSX:
- Open Terminal
- Execute
./gradlew build
- Windows:
- markdown-edit will get compiled and the jar file will be put into
dist/
directory
- Clone
markdown-edit
repository - Navigate to
markdown-edit
directory - Create markdown-edit project files for your IDE
IntelliJ Idea:idea
Eclipse:eclipse
- Windows:
- Open cmd
- Execute
gradlew.bat <idea/eclipse>
- Linux/MacOSX:
- Open Terminal
- Execute
./gradlew <idea/eclipse>
- Windows:
- All project files will be generated and you can now open the project in the IDE you selected
- Clone
markdown-edit
repository - Navigate to
markdown-edit
directory - Open Terminal/Console
- Run
gradlew run