Open:
docs/index.html
Or PowerShell:
cd "<unzipped-folder>\QS-PPI"
start .\docs\index.htmlcd "<unzipped-folder>\QS-PPI"
npm install
node .\src\server.jscd "<unzipped-folder>\QS-PPI\qsppi-dashboard"
npm install
npm run dev- If the folder is massive, delete
node_modules/,.next/,dist/,build/, and Circom/SnarkJS generated artifacts (*.ptau,*.zkey,*.r1cs,*.wasm). - If you only need the demo for judges,
docs/index.htmlis enough.