readme update

This commit is contained in:
Kinga Kazala 2024-08-13 13:34:11 +02:00
parent 277597251a
commit 39ff3fdeb8
1 changed files with 8 additions and 1 deletions

View File

@ -75,7 +75,14 @@ This proactive approach ensures that potential threats or unauthorized activitie
- **pnpm install**
- **gulp serve**
> Include any additional steps as needed.
In order to deploy the solution:
- in the command-line run:
- **gulp bundle --ship**
- **gulp package-solution --ship**
- you will find your newly created \*.sppkg file in the **sharepoint/solution** folder.
- Upload or drag and drop the newly created client-side solution package to the **app catalog in your tenant**.
- By default, the **Enable this app and add it to all sites check box** is selected. Click **Enable app** to add this application customizer to all modern SPO sites in your tenant.
## References