Skip to content
This repository was archived by the owner on Aug 15, 2023. It is now read-only.

Commit f2d255a

Browse files
Merge pull request #318 from Developer-Autodesk/INVGEN-44928-improve-readme
Improve readme
2 parents 6692476 + e33bf4b commit f2d255a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ See [high level diagram](architecture.png)
3535
### Web Application Alone
3636
* From a command prompt, go to the `WebApplication` directory, and run `dotnet build`.
3737

38+
## (Optional) Update the npm packages
39+
* If you are not running the Application for the first time, but rather getting an update, you may need to install npm packages that were added since your last successfull run:
40+
1. Using command line go to `WebApplication/ClientApp` and run `npm install`. See [Adding npm package](#Add-npm-package-to-project) for more information.
41+
3842
## Run The Web Application Without Debugging
3943
### Clear and load initial data during app launch time
4044
- Create initial data: from the `WebApplication` directory, run `dotnet run initialize=true`

0 commit comments

Comments
 (0)