Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 271 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (12 loc) · 271 Bytes

Getting Started

git clone git@github.com:aptos-labs/create-aptos-dapp.git
cd create-aptos-dapp
pnpm install

Run

pnpm run dev

That would build the tool and then run it locally After any code changes, you should run pnpm run dev again