Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 1.38 KB

README.md

File metadata and controls

42 lines (26 loc) · 1.38 KB

Technologiestiftung kulturB CMS

A editor and viewer for data exposed by the technologiestiftung/kulturB-api. The frontend is build using React, Redux and ant.design.

Requirements

Installation

Clone the repository, enter the root project folder and then run the following:

$ npm install

Development

Builds the application and starts a webserver with hot loading. Runs on localhost:8080

$ npm run start

Build

Bundles a minified version of the application in the build folder.

$ npm run build

Data import/export

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).

See also