File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -17,20 +17,19 @@ Developer Documentation.
17171 . Fork the repository
18182 . Clone your fork
19193 . Install dependencies with ` yarn install `
20- l: Some stuff that's probably worth mentioning here:
2120
22- Suggested change
23- 3 . Install dependencies with ` yarn install `
24- ## Running End-to-End Tests
25- 3 . Install dependencies with ` yarn install `
2621## Building and running locally
22+
2723Build the wizard with this command
24+
2825``` bash
2926yarn build
3027```
28+
3129If you want to simply try out the wizard locally, you can use
30+
3231``` bash
33- yarn try # also takes all CLI args you'd pass to the wizard
32+ yarn try # also takes all CLI args you'd pass to the wizard
3433```
3534
3635### Running local builds in external projects
You can’t perform that action at this time.
0 commit comments