Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 563 Bytes

GettingStarted.md

File metadata and controls

40 lines (25 loc) · 563 Bytes

Getting Started

Clone the Repository

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

Setting Up the Project

  1. Restore NuGet Packages

    dotnet restore
  2. Install Front-End Dependencies

    If your project uses npm for front-end dependencies:

    npm install
  3. Build the Project

    dotnet build