Skip to content
Snippets Groups Projects
Commit 5ab760f3 authored by Rémi PAILHAREY's avatar Rémi PAILHAREY :fork_knife_plate:
Browse files

fix(dacc): wrong command for local test + typo

parent bc7710b3
Branches
No related tags found
No related merge requests found
Pipeline #27135 failed
...@@ -197,7 +197,7 @@ node server.js ...@@ -197,7 +197,7 @@ node server.js
Then you are finaly ready to test ! Just run the following : Then you are finaly ready to test ! Just run the following :
```sh ```sh
yarn build-dev:browser; yarn run cozy-konnector-dev -m .\manifest.webapp .\build\services\fluidsPrices\ecolyo.js yarn build-dev:browser; yarn run cozy-konnector-dev -m .\manifest.webapp .\build\services\aggregatorUsageEvents\ecolyo.js
``` ```
You must see sent indicators in the previously open terminal You must see sent indicators in the previously open terminal
...@@ -212,7 +212,7 @@ You must see sent indicators in the previously open terminal ...@@ -212,7 +212,7 @@ You must see sent indicators in the previously open terminal
## How to add new indicator ? ## How to add new indicator ?
You have to reach cozy and discuss with them about new indicators. Thery will implement it for `dacc-dev` and `dacc` and you will be able to test it on alpha env. Remember you will need at least 5 data of each type to see it in metabase. You have to reach cozy and discuss with them about new indicators. They will implement it for `dacc-dev` and `dacc` and you will be able to test it on alpha env. Remember you will need at least 5 data of each type to see it in metabase.
## Visualisation ## Visualisation
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment