Browse Source

Updated README file

Feature
Safet Purkovic 4 years ago
parent
commit
26f53c025f
1 changed files with 5 additions and 1 deletions
  1. 5
    1
      README.md

+ 5
- 1
README.md View File

Then extract it and open in command prompt Then extract it and open in command prompt
run: npm install run: npm install
run: npm start run: npm start
After it you can open BlackRock.Reporting.API project in command prompt
PDFEngine module must be linked to PDFEngineAPI
In PDFEngine module project terminal type npm link
In BlackRock.Reporting.API project terminal type npm link PDFEngine
After it you can open BlackRock.Reporting.API project in terminal
run: npm install
run: dotnet run and open https link run: dotnet run and open https link


# NOTE: you must install .NET 6 SDK before starting API # NOTE: you must install .NET 6 SDK before starting API

Loading…
Cancel
Save