create-pb-tririga-react-app 1.0.9 → 1.0.10
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/package.json +1 -1
- package/template/README.md +1 -6
package/package.json
CHANGED
package/template/README.md
CHANGED
|
@@ -13,12 +13,7 @@ This is a template for building IBM TRIRIGA UX applications using React, TypeScr
|
|
|
13
13
|
```
|
|
14
14
|
pnpm install
|
|
15
15
|
```
|
|
16
|
-
|
|
17
|
-
3. **Configure Environment**
|
|
18
|
-
Copy `.env.example` to `.env` and update the values for your local development and deployment settings.
|
|
19
|
-
```
|
|
20
|
-
cp .env.example .env
|
|
21
|
-
```
|
|
16
|
+
|
|
22
17
|
|
|
23
18
|
## Deployment
|
|
24
19
|
|