Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Instructions to run? #22

Open
sungkhum opened this issue Nov 30, 2023 · 4 comments
Open

Instructions to run? #22

sungkhum opened this issue Nov 30, 2023 · 4 comments

Comments

@sungkhum
Copy link

I've never worked in this programming language - how do I run your app?

@diegoberaldin
Copy link
Owner

The build tool used for this project is Gradle (a very common build task orchestrator for Kotlin projects) so you can clone the project and just launch
./gradlew run from the root directory.

The Gradle version used is 7.5.1 so at least Java 18 is required (reference here) so make sure you have a suitable version of the JDK, especially if you are using pre-bundled OpenJDK versions on GNU/Linux distros.

@sungkhum
Copy link
Author

sungkhum commented Dec 1, 2023

Thank you @diegoberaldin
I got it running, but I am unable to select a language. I click on the drop-down, but nothing happens. Is there something I need to do to initialize the language list?

Screenshot 2023-12-01 at 11 10 52 AM

@diegoberaldin
Copy link
Owner

There was a bug, I have pushed a new commit on the master branch which should fix it. Please consider that this project is semi-abandoned, it was mainly an experiment I did last spring and since it attracted no interest I moved to other projects.

@sungkhum
Copy link
Author

sungkhum commented Dec 3, 2023

@diegoberaldin got it. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants