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! |
Answered by
markrickert
Jun 12, 2025
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! |
1 reply
Answer selected by
markrickert
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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):
ignitebinary from the repo to ignite a new app:~/Documents/ignite/bin/ignite new PizzaAppThis 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!