adonisjs / discussion

Discussing about new features and sharing random thoughts: ⚠️ Not every request will be accepted
51 stars 5 forks source link

Dev enviroment setup? #48

Closed blitzcom closed 7 years ago

blitzcom commented 7 years ago

I've been trying to setup a dev environment. Is there any guide?

RomainLanz commented 7 years ago

Hey @K-Eo 👋

What do you mean by a dev environment? The only thing you need to have on your system is:

  1. Node.js & npm installed
  2. A text editor
  3. A terminal
blitzcom commented 7 years ago

I want to test a custom feature for adonis-framework in my app but I can figure out how to make it work.

@RomainLanz thanks for your fast answer.

RomainLanz commented 7 years ago

Ok I get it.

You can simply fork the adonis-framework repository, make your change and then install adonis-framework from your fork instead of the official package.

This will let you test the code you want to add to adonis-framework without breaking anything 👍

blitzcom commented 7 years ago

@RomainLanz that is great. Thank you for your help and feel free to close this issue.