create-next-pro-stack 1.0.1 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -36,10 +36,14 @@ BlitzStack automatically installs and configures the following professional pack
|
|
|
36
36
|
|
|
37
37
|
## 🚀 Getting Started
|
|
38
38
|
|
|
39
|
-
|
|
39
|
+
> [!IMPORTANT]
|
|
40
|
+
> **Use npx for Instant Setup:**
|
|
41
|
+
> To avoid installation issues, we recommend using **npx**. This ensures you are always using the latest version of BlitzStack.
|
|
40
42
|
|
|
41
43
|
### 1. Create a New Project
|
|
42
44
|
|
|
45
|
+
Run this command in your terminal:
|
|
46
|
+
|
|
43
47
|
```bash
|
|
44
48
|
npx create-next-pro-stack my-awesome-project
|
|
45
49
|
```
|
package/package.json
CHANGED