Getting started
Prereqs
Install node and NPM (suggest using NVM https://github.com/nvm-sh/nvm#install--update-script )
Run application
git clone https://github.ibm.com/kkbankol/embrace-lions-for-justice
cd embrace-lions-for-justice
cd frontend
npm install
npm run serve
Start Blockchain
cd backend/blockchain/local
./startFabric.sh
git clone https://github.com/IBM/Blockchain-for-maintaining-Digital-Assets