A editor and viewer for data exposed by the technologiestiftung/kulturB-api. The frontend is build using React, Redux and ant.design.
- Node.js (recommended => v10)
- a running technologiestiftung/kulturB-api instance.
Clone the repository, enter the root project folder and then run the following:
$ npm install
Builds the application and starts a webserver with hot loading. Runs on localhost:8080
$ npm run start
Bundles a minified version of the application in the build folder.
$ npm run build
The data is served by technologiestiftung/kulturB-api and can be imported or exported using the appropriate endpoints or the UI provided in the settings view (under /einstellungen
).
- technologiestiftung/kulturB-karte - an interactive visualisation of the data managed by this cms
- technologiestiftung/kulturB-api - the api that drives the cms and map application