An open API service indexing awesome lists of open source software.

https://github.com/conductionnl/commonground-gateway-ui

This repository hold the UI for the commonground gateway
https://github.com/conductionnl/commonground-gateway-ui

Last synced: about 1 month ago
JSON representation

This repository hold the UI for the commonground gateway

Awesome Lists containing this project

README

        

# API Connector

The conduction commonground api connector consist of a

## Development

### Prerequsites
For development purposes you wil need iether [docker]() or [node](https://nodejs.org/en/download/) installed on you local machine depending on what kin of development you are planning to execute

### Getting started
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
```CLI
$ docker-compose up
```
Afhter this you environment wil be available on

Spinning up your enviroment in yarn
```CLI
$ yarn dev
```
Afhter this you environment wil be available on http://localhost:3000