Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 355 Bytes

building.md

File metadata and controls

10 lines (8 loc) · 355 Bytes

Building

The solution can be built by running the following command at the root of the repository:

dotnet build
  • This will install the npm dependencies using npm.
  • Then it will build the solution (which will in turn build the control) using dotnet.
  • The resulting solution(s) will be built to dist in the repo root as a zip file.