Open your terminal or command prompt and run:
git clone https://github.com/lockb0x-llc/Stellar-DotNet-Identity-Framework.git
Navigate to the project directory:
cd Stellar-DotNet-Identity-Framework
-
Restore NuGet Packages
dotnet restore
-
Install Front-End Dependencies
If your project uses npm for front-end dependencies:
npm install
-
Build the Project
dotnet build