New ignite app based on a pull request?
#2965
-
Hey all, I want to test out a version of ignite that is currently in a pull request. In this case its the next version of ignite. How can I spin up a new application based on this pull request? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @3210jr, thanks for your interest in testing the next version of ignite! We've just got a few more things left to button up. Here's the basic process (and the process I use while developing on ignite):
This should start the cli and generate the app using your local version of ignite. Please report back and let us know what you think of the changes! |
Beta Was this translation helpful? Give feedback.
Hi @3210jr, thanks for your interest in testing the next version of ignite! We've just got a few more things left to button up.
Here's the basic process (and the process I use while developing on ignite):
ignite
binary from the repo to ignite a new app:~/Documents/ignite/bin/ignite new PizzaApp
This should start the cli and generate the app using your local version of ignite.
Please report back and let us know what you think of the changes!