update dev env instructions

master
Niko PLP 3 weeks ago
parent db706b1af3
commit 1b30a215b8
  1. 5
      DEV.md

@ -28,9 +28,12 @@ npm install -g pnpm
cd ng-sdk-js cd ng-sdk-js
cargo run-script app cargo run-script app
cd .. cd ..
cd helpers/wasm-helpers
cargo run-script app
cd ../..
pnpm -C ./ng-app install pnpm -C ./ng-app install
pnpm -C ./ng-app webfilebuild pnpm -C ./ng-app webfilebuild
pnpm -C ./helpers/app-auth run build pnpm -C ./helpers/app-auth build
``` ```
For building the native apps, see the [ng-app/README](ng-app/README.md) For building the native apps, see the [ng-app/README](ng-app/README.md)

Loading…
Cancel
Save