Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 637 Bytes

getting-started.md

File metadata and controls

18 lines (11 loc) · 637 Bytes

Getting Started - Development

IdentityBase is built against ASP.NET Core 2.2 using the tooling that ships with Visual Studio 2017 on Windows 10.

Requirements

How to build

run build-docker.bat or build-win7x64.bat to build IdentityBase or use Visual Studio.

If you on linux just run following from the repository main directory

docker build . -t identitybasenet/identitybase:latest