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

Step by step instruction to Download, Build and Run examples is needed #1

Open
yvolk opened this issue Oct 20, 2017 · 1 comment
Open

Comments

@yvolk
Copy link

yvolk commented Oct 20, 2017

Currently available info in README.md is not even near to what is needed for a newbie to try examples on their PC box, unfortunately.
Please take time to write such step by step instruction.

Could dev environment setup (and step-by-step instruction correspondingly) be simplified by creation of a Gradle project? - Such project could be even launched from a command line, or easily imported by IntelliJ Idea?!

@hiperbou
Copy link
Owner

hiperbou commented May 6, 2023

I added gradle projects,

Now you can just start the "examples" or "template" projects it from the command line, by running the default kotlin-js tasks, for example:

cd template
gradlew browserDevelopmentRun

Opening those projects in IntelliJ is also straightforward now.

The kotlin-phaser-definitions can be now edited if any tweak is needed and published to your local machine using the "publishToMavenLocal" task, making it available for the other projects.

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