Oops, minor issue with instros

This commit is contained in:
Hugo Bernier 2023-01-12 08:37:48 -05:00
parent dc2b1f15d9
commit da70c96db3
1 changed files with 3 additions and 3 deletions

View File

@ -57,6 +57,7 @@ Version|Date|Author|Comments
## Minimal Path to Awesome
* Clone this repository (or [download this solution as a .ZIP file](https://pnp.github.io/download-partial/?url=https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-office-offer-creation) then unzip it)
* From your command line, change your current directory to the directory containing this sample (`react-office-offer-creation`, located under `samples`)
* Create the content-type for your offers in a site / default document library of your choice
* With PnP-PowerShell for instance call the deploy script with your site URL as parameter
@ -64,8 +65,8 @@ Version|Date|Author|Comments
.\templates\deploy.ps1 -siteUrl <YourFullSiteUrl>
```
* This should put the same site URL to your tenant-property named 'CreateOfferSiteUrl'
* From your command line, change your current directory to the directory containing this sample (`react-office-offer-creation`, located under `samples`)
> This should put the same site URL to your tenant-property named 'CreateOfferSiteUrl'
* in the command line run:
* `npm install`
* `gulp serve`
@ -80,7 +81,6 @@ Version|Date|Author|Comments
> This sample can also be opened with [VS Code Remote Development](https://code.visualstudio.com/docs/remote/remote-overview). Visit <https://aka.ms/spfx-devcontainer> for further instructions.
## Features
* Using SharePoint Rest API to copy files and edit it's metadata