git clone [email protected]:aptos-labs/create-aptos-dapp.git
cd create-aptos-dapp
pnpm install
pnpm run dev
That would build the tool and then run it locally
After any code changes, you should run pnpm run dev
again
git clone [email protected]:aptos-labs/create-aptos-dapp.git
cd create-aptos-dapp
pnpm install
pnpm run dev
That would build the tool and then run it locally
After any code changes, you should run pnpm run dev
again