Blockchain Explorer Full-Stack Steps to Install git clone https://github.com/sudheeshcm/blockchain-explorer.git Change directory - cd blockchain-explorer Run the command: npm install Change directory - cd front-end Run the command: yarn install Steps to run only the frontend app Change directory - cd blockchain-explorer/front-end Run the command: yarn run dev Steps to run the full blockchain app Change directory - cd blockchain-explorer/front-end Run the command: yarn prod Change directory - cd .. Or cd blockchain-explorer Run the command - npm run dev