JustShop Dapp Shop Application 1. Install ipfs 2. Start the ipfs daemon ipfs config --json API.HTTPHeaders.Access-Control-Allow-Origin "["*"]" ipfs daemon 3. Open ganache 4. Clone the project and install the dependencies npm i 5. Open another terminal in the project's folder and run: truffle compile truffle migrate 6. Run npm run dev 7. Open http://localhost:8081