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
This will create a new project matching the name of the example, unless overridden (see below). [See here for a full list of starters](https://github.com/stackbit-themes/stackbit-examples).
@@ -53,7 +53,7 @@ _Note: This is an experimental feature. Please [report issues](https://github.co
53
53
Pass a directory name as the only argument when running the command. For example, if you wanted your directory to be name `my-site`, the command would look something like this:
54
54
55
55
```txt
56
-
npx create-stackbit-app my-site
56
+
npx create-stackbit-app@latest my-site
57
57
```
58
58
59
59
If no name is provided, the directory will be `my-stackbit-site` for starters or will match the name of the example if starting from an example. If the directory already exists, a timestamp value will be appended to the directory name to ensure uniqueness.
0 commit comments