The conduction commonground api connector consist of a
For development purposes you wil need iether docker or node installed on you local machine depending on what kin of development you are planning to execute
Its recomended to us docker-compose when buidling a full integration and NPM when just making graphical fixes
Spinning up your enviroment in docker-compose
$ docker-compose up
Afhter this you environment wil be available on
Spinning up your enviroment in yarn
$ yarn dev
Afhter this you environment wil be available on http://localhost:3000