Skip to content

Commit

Permalink
docs(collectibles): fix readme (#3721)
Browse files Browse the repository at this point in the history
Fix readme instructions
  • Loading branch information
stringhandler authored Jan 20, 2022
1 parent 3c5890d commit 9054955
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions applications/tari_collectibles/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,15 @@

```bash
# run a tari_console_wallet with grpc on port 18143
# run a base node with grpc on port 18142
# run a validator node with grpc on port 18144
# ...

# then in `tari_collectibles/web-app/`
npm i
npm run build

# in `tari_collectibles/`
cargo install tauri-cli --version "^1.0.0-beta"
npm i

npm start # npm run tauri dev
#Then in root
cargo run --bin tari_collectibles

# dev cycle: https://tauri.studio/en/docs/usage/development/development
```

0 comments on commit 9054955

Please sign in to comment.