πͺTest build guide
Setup Graph Node: Prerequsite: Start your docker compose
git clone https://github.com/devarogundade/turple-graph-nodenpm run codegennpm run buildnpm run create-localnpm run deploy-localCheck http://localhost:8000/subgraphs/name/turple/graphql to confirmed the node is running.
Setup Express.js Node:
git clone https://github.com/devarogundade/turple-server-appnpm installnpm run startCheck http://localhost:8080 to confirmed the node is running.
Setup Vuejs App:
git clone https://github.com/devarogundade/turple-client-appnpm installnpm run devCheck http://localhost:5173/ to use the dApp
Last updated