Skip to content

Latest commit

 

History

History
33 lines (17 loc) · 834 Bytes

CONTRIBUTING.md

File metadata and controls

33 lines (17 loc) · 834 Bytes

We really love ❤ to have you as a contributor. 🎉🎉🎉 Thanks 🎉🎉🎉

To run the application in development

Step 1 👍 : install yeoman

npm install -g yo | yarn global add yo

Step 2 ✌️ : to setup JHipster-Kotlin generator

git clone https://github.com/jhipster/jhipster-kotlin

cd jhipster-kotlin

npm install | yarn

npm link | yarn link

( 🏁 Kudos, you just setup JHipster-Kotlin and linked to it locally )

Step 3 🤟 : before generating your application, go to your application folder

yarn link "generator-jhipster-kotlin"

or

npm link "generator-jhipster-kotlin"

( 🏁 Kudos, you have done it. It is the time to generate the application khipster )

✨✨✨✨ You are rocking ✨✨✨✨

Fix / Code / Document and create a pull request 💯