🪛Test build guide

Setup Graph Node: Prerequsite: Start your docker compose

git clone https://github.com/devarogundade/turple-graph-node
npm run codegen
npm run build
npm run create-local
npm run deploy-local

Check 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-app
npm install
npm run start

Check http://localhost:8080 to confirmed the node is running.

Setup Vuejs App:

git clone https://github.com/devarogundade/turple-client-app
npm install
npm run dev

Check http://localhost:5173/ to use the dApp

Last updated