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
After you have downloaded [Nutrient Web SDK](https://customers.www.nutrient.io/download/web/latest), place the contents of the `dist` directory in `/wwwroot/pspdfkit/`.
21
+
After you have downloaded [Nutrient Web SDK](https://customers.www.nutrient.io/download/web/latest), place the contents of the `dist` directory in `/wwwroot/`.
22
22
23
-
Make sure your `/wwwroot/pspdfkit/` folder contains the file `nutrient-viewer.js` and a `nutrient-viewer-lib` directory with library assets.
23
+
Make sure your `/wwwroot/` folder contains the file `nutrient-viewer.js` and a `nutrient-viewer-lib` directory with library assets.
24
24
25
-
You can then build and run the example using `dotnet watch run` from the root folder.
25
+
You can then build and run the example using `dotnet watch run` from the root folder of each project.
26
26
27
-
You can also follow along with our [Getting Started guides](https://www.nutrient.io/getting-started/web/?frontend=blazor&project=wasm) for Blazor.
27
+
You can also follow along with our [Getting Started guides](https://www.nutrient.io/sdk/web/getting-started/blazor/) for Blazor.
0 commit comments