Made by Dataport and kultursphäre.sh
Productions:
Der Kulturfinder ist eine Web-App, die es den Nutzer:innen ermöglicht, mobil auf ihrem Smartphone Kulturinstitutionen in ganz Schleswig-Holstein, Bremen und Bremerhaven zu finden. Geobasiert werden Kultureinrichtungen im Umkreis des Standortes des Nutzers auf einer Landkarte angezeigt. Zu jeder Institution gibt es zudem ein Foto sowie eine Beschreibung, die Adresse und weitere Angebote.
The Kulturfinder is a web-app that enables users to find cultural institutions throughout Schleswig-Holstein, Bremen and Bremerhaven. Geobased cultural institutions in the vicinity of the user's location are displayed on a map. For each institution there is a photo, description, address and other offers for each institution.
<img alt="A smartphone is held in one hand. The smartphone shows the homepage of Kulturfinder.sh." src="docs/kulturQuadrat.jpg" title="Smartphone with Kulturfinder app" width="500px" />
Die kultursphäre.sh ist ein Projekt des Fachbereiches Medien der Fachhochschule Kiel. Das Projekt wird gefördert vom Ministerium für Bildung, Wissenschaft und Kultur des Landes Schleswig-Holstein.
kultursphäre.sh is a project by the media department of Kiel University of Applied Sciences. The project is funded by the Ministry of Education, Science, and Culture of the state of Schleswig-Holstein.
You can change some behavior via environment variables. Replace the values inside .env
or create a file .env.local
(will not be checked in). Full docs for each variable are inside the .env
file.
npm install
npm run serve
npm run build
npm run test
npm run lint
npm install http-server -g
npm run build
http-server dist
To test changes, rebuild with npm. The http-server does not have to be restarted for this.