You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?!
The text was updated successfully, but these errors were encountered:
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.
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?!
The text was updated successfully, but these errors were encountered: