Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 589 Bytes

File metadata and controls

27 lines (19 loc) · 589 Bytes

DRep-Id

Getting Started

Prerequisites

Ensure you have the following installed:

Setup Backend

  1. Configure Environment Variables:

    • Create a .env file in the backend folder.
    • Set up the required environment variables inside the .env file.
  2. Run the Backend:

    • Navigate to the backend directory:
      cd ~/drep-id/backend/
    • Install dependencies and start the backend server:
      yarn && yarn start