Setting up

Frontend

Repository link: Mint

  1. In the influence terminal:

    git checkout develop
    
  2. Install dependencies:

    npm install
    
  3. Run application:

    npm start
    

Backend

Repository link: Mint backend

In the minting-backend repo:

nvm use
npm i
docker-compose up --build