You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: guides/guide.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ First, you'll need to [install the Ember.js framework](https://guides.emberjs.co
48
48
After, create a new ember app by running
49
49
50
50
```bash
51
-
ember new caluma-demo
51
+
ember new caluma-demo --yarn
52
52
```
53
53
54
54
Inside the new app install the Ember.js addons for Caluma forms (`ember-form` is responsible for rendering Caluma forms, while `ember-form-builder` offers an UI to create and modify Caluma forms).
0 commit comments