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

Commit b698014

Browse files
committed
update README.md
1 parent 85b3951 commit b698014

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,14 +76,18 @@ The main goal of project is to be a Management Ecosystem for IdentityServer4. He
7676
Do you love it? give us a Star!
7777

7878
## How to build
79-
Jp Project is built against ASP.NET Core 2.1.
79+
Jp Project is built against ASP.NET Core 2.2.
8080

81-
* [Install](https://www.microsoft.com/net/download/core#/current) the latest .NET Core 2.1 SDK
82-
* Run `build.ps1` (Powershell) or `build.bat` (cmd)
81+
* [Install](https://www.microsoft.com/net/download/core#/current) the latest .NET Core 2.2 SDK
8382

84-
Wait for ng to complete his proccess then go to http://localhost:5000!
8583

84+
`src/JpProject.sln` Contains SSO and API
85+
86+
For UI's use VSCode.
87+
- AdminUI -> Inside VSCode open folder `rootFolder/src/Frontend/Jp.AdminUI`, then terminal and `npm install && npm start`
88+
- User Management -> Inside VSCode open folder `rootFolder/src/Frontend/Jp.UserManagement`, then terminal and `npm install && npm start`
8689

90+
Wait for ng to complete his proccess then go to http://localhost:5000!
8791

8892
Any doubts? Go to docs
8993

0 commit comments

Comments
 (0)