manual, parsing devs

This commit is contained in:
Mik-TF 2024-05-14 11:17:07 -04:00
parent 4757a8f291
commit 567c558129

View File

@ -107,15 +107,13 @@ The easiest way to test the installation is to run the following command with ei
You can explore the Grid Client by testing the different scripts proposed in **grid_client/scripts**. You can explore the Grid Client by testing the different scripts proposed in **grid_client/scripts**.
- Update your customized deployments specs if needed - Update your customized deployments specs if needed
- Run using [ts-node](https://www.npmjs.com/ts-node) - Run using [ts-node](https://www.npmjs.com/ts-node) with yarn or npx
- With yarn ```bash
```bash yarn run ts-node --project tsconfig-node.json scripts/zdb.ts
yarn run ts-node --project tsconfig-node.json scripts/zdb.ts ```
``` ```bash
- With npx npx ts-node --project tsconfig-node.json scripts/zdb.ts
```bash ```
npx ts-node --project tsconfig-node.json scripts/zdb.ts
```
## Reference API ## Reference API