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
- Host: GitHub
- URL: https://github.com/conductionnl/commonground-gateway-ui
- Owner: ConductionNL
- License: mit
- Created: 2021-10-04T06:34:14.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-11-08T12:37:21.000Z (over 3 years ago)
- Last Synced: 2025-02-02T04:28:36.008Z (3 months ago)
- Language: TypeScript
- Size: 896 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
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 fixesSpinning up your enviroment in docker-compose
```CLI
$ docker-compose up
```
Afhter this you environment wil be available onSpinning up your enviroment in yarn
```CLI
$ yarn dev
```
Afhter this you environment wil be available on http://localhost:3000